Redo makefiles.
[pintos-anon] / src / userprog / gdt.c
index c1228495499c664a00b60092c57003a5c6cef23f..4e338f7604df43a264499b1e95827b68e307825e 100644 (file)
@@ -1,8 +1,8 @@
 #include "gdt.h"
-#include "debug.h"
-#include "mmu.h"
-#include "palloc.h"
 #include "tss.h"
+#include "lib/debug.h"
+#include "threads/mmu.h"
+#include "threads/palloc.h"
 
 /* The Global Descriptor Table (GDT).