Kernel: Remove unused header includes in root kernel tree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:47:11 -07:00 committed by Andreas Kling
commit 6f408e7f0d
Notes: sideshowbarker 2024-07-18 09:16:09 +09:00
3 changed files with 0 additions and 6 deletions

View file

@ -5,10 +5,8 @@
*/
#include <AK/ScopeGuard.h>
#include <AK/TemporaryChange.h>
#include <AK/Time.h>
#include <Kernel/Arch/x86/InterruptDisabler.h>
#include <Kernel/Arch/x86/TrapFrame.h>
#include <Kernel/Debug.h>
#include <Kernel/Panic.h>
#include <Kernel/PerformanceManager.h>
@ -17,7 +15,6 @@
#include <Kernel/Scheduler.h>
#include <Kernel/Sections.h>
#include <Kernel/Time/TimeManagement.h>
#include <Kernel/TimerQueue.h>
// Remove this once SMP is stable and can be enabled by default
#define SCHEDULE_ON_ALL_PROCESSORS 0