Rename printk() to printf().
[pintos-anon] / src / userprog / tss.c
index 4b32d8507976f6995d8c242bdc8664b9ce034fbb..4e1dc004332549d4e976d60565f24055111131bd 100644 (file)
@@ -1,9 +1,9 @@
-#include "tss.h"
+#include "userprog/tss.h"
+#include <debug.h>
 #include <stddef.h>
-#include "debug.h"
-#include "gdt.h"
-#include "mmu.h"
-#include "palloc.h"
+#include "userprog/gdt.h"
+#include "threads/mmu.h"
+#include "threads/palloc.h"
 
 /* The Task-State Segment (TSS).