diff options
Diffstat (limited to 'bsd-user/bsd-proc.h')
-rw-r--r-- | bsd-user/bsd-proc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bsd-user/bsd-proc.h b/bsd-user/bsd-proc.h index 68b66e571d..a1061bffb8 100644 --- a/bsd-user/bsd-proc.h +++ b/bsd-user/bsd-proc.h @@ -20,11 +20,7 @@ #ifndef BSD_PROC_H_ #define BSD_PROC_H_ -#include <sys/types.h> -#include <sys/stat.h> -#include <sys/time.h> #include <sys/resource.h> -#include <unistd.h> /* exit(2) */ static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1) |