diff options
author | rpj <rpj> | 1999-04-06 17:57:46 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-04-06 17:57:46 +0000 |
commit | 7477362ce77eb4c8005b68ff64eb0e2a1d675d3f (patch) | |
tree | 0ded6129e5831f4bd94754e6e245094d199372ed /implement.h | |
parent | 451bb0670ddd5f5c0606410f2b5f51733119645d (diff) |
Wed Apr 7 09:37:00 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* *.c (comments): Remove individual attributions - these are
documented sufficiently elsewhere.
* implement.h (pthread.h): Remove extraneous include.
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 6151ce4..a719167 100644 --- a/implement.h +++ b/implement.h @@ -288,8 +288,6 @@ extern CRITICAL_SECTION _pthread_mutex_test_init_lock; extern CRITICAL_SECTION _pthread_cond_test_init_lock; -#include <pthread.h> - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ |