From 558ab49f13634d972e956020a12d14fdb1416b94 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:26:33 +0000 Subject: delete unnecessary #include lines --- sysproc.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'sysproc.c') 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) -- cgit v1.2.3