diff --git a/Kernel/VM/InodeVMObject.cpp b/Kernel/VM/InodeVMObject.cpp index e7be60782d..5d1d1f01a6 100644 --- a/Kernel/VM/InodeVMObject.cpp +++ b/Kernel/VM/InodeVMObject.cpp @@ -7,7 +7,6 @@ #include #include #include -#include namespace Kernel { diff --git a/Kernel/VM/ProcessPagingScope.cpp b/Kernel/VM/ProcessPagingScope.cpp index d3d4895627..9d018e35d8 100644 --- a/Kernel/VM/ProcessPagingScope.cpp +++ b/Kernel/VM/ProcessPagingScope.cpp @@ -5,7 +5,6 @@ */ #include -#include #include #include diff --git a/Kernel/VM/RangeAllocator.cpp b/Kernel/VM/RangeAllocator.cpp index 4591655d75..991de83198 100644 --- a/Kernel/VM/RangeAllocator.cpp +++ b/Kernel/VM/RangeAllocator.cpp @@ -7,7 +7,6 @@ #include #include #include -#include #include #define VM_GUARD_PAGES diff --git a/Kernel/VM/ScatterGatherList.h b/Kernel/VM/ScatterGatherList.h index 9998d677d4..4f3f5b983b 100644 --- a/Kernel/VM/ScatterGatherList.h +++ b/Kernel/VM/ScatterGatherList.h @@ -14,7 +14,7 @@ namespace Kernel { -/// A Scatter-Gather List type that owns its buffers +// A Scatter-Gather List type that owns its buffers class ScatterGatherList : public RefCounted { public: