mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Kernel: Remove unused header includes in Heap subtree
This commit is contained in:
parent
abe72ede7a
commit
661809408e
Notes:
sideshowbarker
2024-07-18 09:16:20 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/661809408ee Pull-request: https://github.com/SerenityOS/serenity/pull/8658
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue