summaryrefslogtreecommitdiff
path: root/Kernel/PIC.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-10 16:25:59 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-10 16:26:18 +0100
commit2ac5e14c08a4d855f53e7b7c519e0864ffe469bf (patch)
treeceb5c944c9936eca77d41cb3babe3d99a7f26840 /Kernel/PIC.cpp
parentc653bb09b3cbc4fdbb595501c4adbb161607a1fe (diff)
downloadserenity-2ac5e14c08a4d855f53e7b7c519e0864ffe469bf.zip
Merge VGA into VirtualConsole.
Diffstat (limited to 'Kernel/PIC.cpp')
-rw-r--r--Kernel/PIC.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/PIC.cpp b/Kernel/PIC.cpp
index fc91f3ca97..b85a1cd937 100644
--- a/Kernel/PIC.cpp
+++ b/Kernel/PIC.cpp
@@ -1,7 +1,6 @@
#include "types.h"
#include "i386.h"
#include "IO.h"
-#include "VGA.h"
#include "PIC.h"
#include "Assertions.h"