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

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
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>