Major revisions to documentation.
[pintos-anon] / src / threads / thread.c
index ca8a8b07e3fa54769d2068e482a2cb019c2ef563..8d9f33558bb5313b1e137250479b5103a88db689 100644 (file)
@@ -7,10 +7,10 @@
 #include "threads/flags.h"
 #include "threads/interrupt.h"
 #include "threads/intr-stubs.h"
-#include "threads/mmu.h"
 #include "threads/palloc.h"
 #include "threads/switch.h"
 #include "threads/synch.h"
+#include "threads/vaddr.h"
 #ifdef USERPROG
 #include "userprog/process.h"
 #endif