Major revisions to documentation.
[pintos-anon] / src / threads / palloc.c
index 22a6b15972de40c4bde0cc4dab622c40caf3d157..eab41e4811b15d074acf74ab27592d9eb56bb678 100644 (file)
@@ -9,8 +9,8 @@
 #include <string.h>
 #include "threads/init.h"
 #include "threads/loader.h"
-#include "threads/mmu.h"
 #include "threads/synch.h"
+#include "threads/vaddr.h"
 
 /* Page allocator.  Hands out memory in page-size (or
    page-multiple) chunks.  See malloc.h for an allocator that