summaryrefslogtreecommitdiff
path: root/AK/Vector.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-10-17 10:55:43 +0200
committerAndreas Kling <awesomekling@gmail.com>2018-10-17 10:57:23 +0200
commit9171521752b0b382f1f70453b4f24915999144b9 (patch)
treea3bb1e3533e591c4693ce98b245870e4da5daede /AK/Vector.h
parentaec8ab0a606a1ccb3eaf5816ef85e3951c2d5227 (diff)
downloadserenity-9171521752b0b382f1f70453b4f24915999144b9.zip
Integrate ext2 from VFS into Kernel.
Diffstat (limited to 'AK/Vector.h')
-rw-r--r--AK/Vector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/AK/Vector.h b/AK/Vector.h
index 971e45f192..959b5c9b02 100644
--- a/AK/Vector.h
+++ b/AK/Vector.h
@@ -3,7 +3,6 @@
#include "Assertions.h"
#include "OwnPtr.h"
#include "kmalloc.h"
-#include <new>
namespace AK {