diff options
Diffstat (limited to 'src/libthread/pthread.c')
| -rw-r--r-- | src/libthread/pthread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libthread/pthread.c b/src/libthread/pthread.c index c1804a43..8d3c7f9a 100644 --- a/src/libthread/pthread.c +++ b/src/libthread/pthread.c @@ -1,7 +1,3 @@ -#include "u.h" -#include <errno.h> -#include "libc.h" -#include "thread.h" #include "threadimpl.h" static pthread_mutex_t initmutex = PTHREAD_MUTEX_INITIALIZER; |
