Redo makefiles.
[pintos-anon] / src / devices / vga.c
index fdddd91de7b94e062869d416472b373f0a939e8b..fcdc689e9a1dc6dd8e0dab5d11394a8596f58b78 100644 (file)
@@ -1,9 +1,9 @@
 #include "vga.h"
 #include <stdint.h>
 #include <stddef.h>
-#include "io.h"
-#include "lib.h"
-#include "mmu.h"
+#include "lib/lib.h"
+#include "threads/io.h"
+#include "threads/mmu.h"
 
 /* VGA text screen support.  See [FREEVGA] for more information. */