summaryrefslogtreecommitdiff
path: root/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'trap.c')
-rw-r--r--trap.c3
1 files changed, 1 insertions, 2 deletions
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).