summaryrefslogtreecommitdiff
path: root/sysproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysproc.c')
-rw-r--r--sysproc.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sysproc.c b/sysproc.c
index 48fbe37..b769216 100644
--- a/sysproc.c
+++ b/sysproc.c
@@ -1,19 +1,8 @@
#include "types.h"
-#include "stat.h"
+#include "defs.h"
#include "param.h"
#include "mmu.h"
#include "proc.h"
-#include "defs.h"
-#include "x86.h"
-#include "traps.h"
-#include "syscall.h"
-#include "spinlock.h"
-#include "buf.h"
-#include "fs.h"
-#include "fsvar.h"
-#include "elf.h"
-#include "file.h"
-#include "fcntl.h"
int
sys_fork(void)