Kernel: Remove unused header includes in Heap subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:45:58 -07:00 committed by Andreas Kling
parent abe72ede7a
commit 661809408e
Notes: sideshowbarker 2024-07-18 09:16:20 +09:00
2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include <Kernel/Heap/SlabAllocator.h>
#include <Kernel/Heap/kmalloc.h>
#include <Kernel/Sections.h>
#include <Kernel/SpinLock.h>
#include <Kernel/VM/Region.h>
#define SANITIZE_SLABS

View File

@ -18,8 +18,6 @@
#include <Kernel/KSyms.h>
#include <Kernel/Panic.h>
#include <Kernel/PerformanceManager.h>
#include <Kernel/Process.h>
#include <Kernel/Scheduler.h>
#include <Kernel/Sections.h>
#include <Kernel/SpinLock.h>
#include <Kernel/StdLib.h>