1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +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

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