X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fvga.c;fp=src%2Fdevices%2Fvga.c;h=fcdc689e9a1dc6dd8e0dab5d11394a8596f58b78;hb=f6580e9ad405b519dbe85027691bf3c66074b0a4;hp=fdddd91de7b94e062869d416472b373f0a939e8b;hpb=2324ca7dd99fe1787ff4eac42f73d491eb2b9f36;p=pintos-anon diff --git a/src/devices/vga.c b/src/devices/vga.c index fdddd91..fcdc689 100644 --- a/src/devices/vga.c +++ b/src/devices/vga.c @@ -1,9 +1,9 @@ #include "vga.h" #include #include -#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. */