Skip to content

Commit

Permalink
removed waiting-state folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Herrera committed Oct 11, 2021
1 parent ea560b7 commit e0c4ab5
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 e0c4ab5

Please sign in to comment.