Redo makefiles.
[pintos-anon] / src / devices / kbd.c
index 0bd2d99972f9a5deed372e4a528fd5d263a8ff74..867c64ae6b721897fd00405ab0ee94c3ccda28cc 100644 (file)
@@ -1,8 +1,8 @@
 #include "kbd.h"
-#include "debug.h"
-#include "interrupt.h"
-#include "io.h"
-#include "lib.h"
+#include "lib/debug.h"
+#include "lib/lib.h"
+#include "threads/interrupt.h"
+#include "threads/io.h"
 
 static void
 irq21_keyboard (struct intr_frame *args UNUSED)