Skip to content

Commit

Permalink
Merge pull request #11 from herrera-diego/herrera-diego/waiting-state
Browse files Browse the repository at this point in the history
removed waiting-state folder
  • Loading branch information
herrera-diego authored Oct 11, 2021
2 parents 08ea58d + e0c4ab5 commit 49f6987
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion code/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "waiting-state/diningTable.h"
#include "diningTable.h"

#include <stdio.h>
#include <stdlib.h>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions code/unittest/test-waiting-state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#include <sys/sem.h>
#include <sys/shm.h>

#include "waiting-state/philosopher.h"
#include "waiting-state/chopstick.h"
#include "waiting-state/diningTable.h"
#include "philosopher.h"
#include "chopstick.h"
#include "diningTable.h"
#include "constants.h"

using namespace WaitingPhilosopher;
Expand Down

0 comments on commit 49f6987

Please sign in to comment.