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