1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

Kernel: Remove unused header includes in Arch subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:43:42 -07:00 committed by Andreas Kling
parent 1c43836990
commit da665077ce
2 changed files with 0 additions and 3 deletions

View file

@ -11,7 +11,6 @@
#include <Kernel/Interrupts/APIC.h>
#include <Kernel/Process.h>
#include <Kernel/Random.h>
#include <Kernel/Sections.h>
#include <Kernel/StdLib.h>
#include <Kernel/Thread.h>