Kernel: Remove unused header includes in Time subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:41:52 -07:00 committed by Andreas Kling
parent 9044e21ed4
commit b1740e410b
Notes: sideshowbarker 2024-07-18 09:18:19 +09:00
3 changed files with 0 additions and 4 deletions

View file

@ -7,9 +7,7 @@
#include <Kernel/IO.h>
#include <Kernel/Interrupts/APIC.h>
#include <Kernel/Panic.h>
#include <Kernel/Scheduler.h>
#include <Kernel/Sections.h>
#include <Kernel/Thread.h>
#include <Kernel/Time/APICTimer.h>
#include <Kernel/Time/TimeManagement.h>

View file

@ -6,7 +6,6 @@
#pragma once
#include <AK/NonnullRefPtr.h>
#include <AK/Types.h>
#include <Kernel/Interrupts/GenericInterruptHandler.h>
#include <Kernel/Time/HardwareTimer.h>

View file

@ -22,7 +22,6 @@
#include <Kernel/Time/RTC.h>
#include <Kernel/Time/TimeManagement.h>
#include <Kernel/TimerQueue.h>
#include <Kernel/VM/MemoryManager.h>
namespace Kernel {