diff options
Diffstat (limited to 'src/libthread/exec.c')
-rw-r--r-- | src/libthread/exec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libthread/exec.c b/src/libthread/exec.c index 6a7ca1db..a81490b1 100644 --- a/src/libthread/exec.c +++ b/src/libthread/exec.c @@ -1,7 +1,3 @@ -#include "u.h" -#include <errno.h> -#include "libc.h" -#include "thread.h" #include "threadimpl.h" static Lock thewaitlock; |