1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00

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
2 changed files with 0 additions and 3 deletions

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>