Redo makefiles.
[pintos-anon] / src / threads / palloc.c
index 2b07ad769c139ff3f7f661980936fbde0e6eea5e..e3cfafb7fc1bd468345288cef3ffafa61e7c7a4e 100644 (file)
@@ -1,13 +1,13 @@
 #include "palloc.h"
 #include <stddef.h>
 #include <stdint.h>
-#include "debug.h"
 #include "init.h"
 #include "loader.h"
-#include "lib.h"
-#include "list.h"
 #include "mmu.h"
 #include "synch.h"
+#include "lib/debug.h"
+#include "lib/lib.h"
+#include "lib/list.h"
 
 /* Page allocator.  Hands out memory in page-size chunks.
    See malloc.h for an allocator that hands out smaller