diff options
Diffstat (limited to 'Kernel')
-rw-r--r-- | Kernel/Ext2FileSystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Ext2FileSystem.h b/Kernel/Ext2FileSystem.h index cbd280a29e..48af843b5d 100644 --- a/Kernel/Ext2FileSystem.h +++ b/Kernel/Ext2FileSystem.h @@ -2,7 +2,6 @@ #include "DiskBackedFileSystem.h" #include "UnixTypes.h" -#include <AK/Buffer.h> #include <AK/OwnPtr.h> #include "ext2_fs.h" |