summaryrefslogtreecommitdiff
path: root/picirq.c
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-27 23:26:33 +0000
committerrsc <rsc>2007-08-27 23:26:33 +0000
commit558ab49f13634d972e956020a12d14fdb1416b94 (patch)
tree02a4424e94f3401b8071dbfb2fe50212da17c35c /picirq.c
parent99b11b6c64c17b94288c659e9398261e69a0cf75 (diff)
downloadxv6-labs-558ab49f13634d972e956020a12d14fdb1416b94.tar.gz
xv6-labs-558ab49f13634d972e956020a12d14fdb1416b94.tar.bz2
xv6-labs-558ab49f13634d972e956020a12d14fdb1416b94.zip
delete unnecessary #include lines
Diffstat (limited to 'picirq.c')
-rw-r--r--picirq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/picirq.c b/picirq.c
index b7d0116..7c5f713 100644
--- a/picirq.c
+++ b/picirq.c
@@ -1,7 +1,6 @@
#include "types.h"
#include "x86.h"
#include "traps.h"
-#include "defs.h"
// I/O Addresses of the two 8259A programmable interrupt controllers
#define IO_PIC1 0x20 // Master (IRQs 0-7)