Major revisions to documentation.
[pintos-anon] / src / threads / malloc.c
index 2bb5571e230d3ab483f793729a6c484960b0dc53..8e5861ccf23651fb6ae880abce695f8b006f5249 100644 (file)
@@ -5,9 +5,9 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <string.h>
-#include "threads/mmu.h"
 #include "threads/palloc.h"
 #include "threads/synch.h"
+#include "threads/vaddr.h"
 
 /* A simple implementation of malloc().