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 --- trap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'trap.c') diff --git a/trap.c b/trap.c index e045aed..5955cfc 100644 --- a/trap.c +++ b/trap.c @@ -1,11 +1,10 @@ #include "types.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" // Interrupt descriptor table (shared by all CPUs). -- cgit v1.2.3