Get rid of unnecessary barrier. Improve comment.
[pintos-anon] / src / userprog / gdt.c
index c1228495499c664a00b60092c57003a5c6cef23f..42cad61449265c0e1179dfaf0dbc03b57c3010c0 100644 (file)
@@ -1,8 +1,8 @@
-#include "gdt.h"
-#include "debug.h"
-#include "mmu.h"
-#include "palloc.h"
-#include "tss.h"
+#include "userprog/gdt.h"
+#include <debug.h>
+#include "userprog/tss.h"
+#include "threads/mmu.h"
+#include "threads/palloc.h"
 
 /* The Global Descriptor Table (GDT).