diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-10 16:25:59 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-10 16:26:18 +0100 |
commit | 2ac5e14c08a4d855f53e7b7c519e0864ffe469bf (patch) | |
tree | ceb5c944c9936eca77d41cb3babe3d99a7f26840 /Kernel/i386.cpp | |
parent | c653bb09b3cbc4fdbb595501c4adbb161607a1fe (diff) | |
download | serenity-2ac5e14c08a4d855f53e7b7c519e0864ffe469bf.zip |
Merge VGA into VirtualConsole.
Diffstat (limited to 'Kernel/i386.cpp')
-rw-r--r-- | Kernel/i386.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/i386.cpp b/Kernel/i386.cpp index 24b872bc20..89eb65ffd3 100644 --- a/Kernel/i386.cpp +++ b/Kernel/i386.cpp @@ -1,6 +1,5 @@ #include "types.h" #include "kmalloc.h" -#include "VGA.h" #include "i386.h" #include "Assertions.h" #include "Process.h" |