diff options
author | rpj <rpj> | 2000-08-11 14:54:28 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-08-11 14:54:28 +0000 |
commit | 8fac2c3753ca6c92cfa30b72431a6da46e48fa7f (patch) | |
tree | 4b44415b90834962b3987e1308d4f6b3df1cb87f /implement.h | |
parent | eb45ddca732b7e919ec54e5c524fd1e128fc84a4 (diff) |
Remove #include <semaphore.h>
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/implement.h b/implement.h index b76848d..0e80a6e 100644 --- a/implement.h +++ b/implement.h @@ -30,8 +30,6 @@ /* changed include from <semaphore.h> to use local file during development */ #include "semaphore.h" -#include <semaphore.h> - typedef enum { /* * This enumeration represents the state of the thread; |