summaryrefslogtreecommitdiff
path: root/Kernel/kmalloc.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/kmalloc.cpp
parentc653bb09b3cbc4fdbb595501c4adbb161607a1fe (diff)
downloadserenity-2ac5e14c08a4d855f53e7b7c519e0864ffe469bf.zip
Merge VGA into VirtualConsole.
Diffstat (limited to 'Kernel/kmalloc.cpp')
-rw-r--r--Kernel/kmalloc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/kmalloc.cpp b/Kernel/kmalloc.cpp
index 7f8446e34c..367d4fcbe7 100644
--- a/Kernel/kmalloc.cpp
+++ b/Kernel/kmalloc.cpp
@@ -7,9 +7,8 @@
#include "kmalloc.h"
#include "StdLib.h"
#include "i386.h"
-#include "VGA.h"
#include "system.h"
-#include "Assertions.h"
+#include <AK/Assertions.h>
#define SANITIZE_KMALLOC