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 --- syscall.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'syscall.c') diff --git a/syscall.c b/syscall.c index 9fed725..bc6c316 100644 --- a/syscall.c +++ b/syscall.c @@ -1,19 +1,10 @@ #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" // User code makes a system call with INT T_SYSCALL. // System call number in %eax. -- cgit v1.2.3