diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-10-17 10:55:43 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-10-17 10:57:23 +0200 |
commit | 9171521752b0b382f1f70453b4f24915999144b9 (patch) | |
tree | a3bb1e3533e591c4693ce98b245870e4da5daede /AK/Vector.h | |
parent | aec8ab0a606a1ccb3eaf5816ef85e3951c2d5227 (diff) | |
download | serenity-9171521752b0b382f1f70453b4f24915999144b9.zip |
Integrate ext2 from VFS into Kernel.
Diffstat (limited to 'AK/Vector.h')
-rw-r--r-- | AK/Vector.h | 1 |
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 { |