diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-03 12:07:41 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-03 12:07:41 +0200 |
commit | 60f236b285dbbec207265cb72d6c491d9aea9751 (patch) | |
tree | 35d4ebe8a89e85780dfe3c206892c26712ecbae4 /Kernel/Ext2FileSystem.cpp | |
parent | d11b5407a39a24cfd2b67ab5bf83a7e672e8ebba (diff) | |
download | serenity-60f236b285dbbec207265cb72d6c491d9aea9751.zip |
AK: Clean up some of the confusion that is AK/kmalloc.{cpp,h}
Diffstat (limited to 'Kernel/Ext2FileSystem.cpp')
-rw-r--r-- | Kernel/Ext2FileSystem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Ext2FileSystem.cpp b/Kernel/Ext2FileSystem.cpp index c1a91da68f..e39d8c52f9 100644 --- a/Kernel/Ext2FileSystem.cpp +++ b/Kernel/Ext2FileSystem.cpp @@ -4,7 +4,6 @@ #include "RTC.h" #include <AK/Bitmap.h> #include <AK/StdLibExtras.h> -#include <AK/kmalloc.h> #include <AK/ktime.h> #include <AK/kstdio.h> #include <AK/BufferStream.h> |