aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.cc')
-rw-r--r--src/kernel.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel.cc b/src/kernel.cc
index 578344c..fc02f5b 100644
--- a/src/kernel.cc
+++ b/src/kernel.cc
@@ -8,9 +8,8 @@
#error "This tutorial needs to be compiled with a ix86-elf compiler"
#endif
+#include <memory.h>
#include <stdlib.h>
-#include <types.h>
-#include "allocator.h"
#include "cga.h"
#include "cpu/cpu.h"
#include "gdt.h"