mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +00:00
Kernel: Move TimerQueue code to the Time subdirectory
This commit is contained in:
parent
8f21420a1d
commit
b88c1d90e1
9 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <Kernel/Tasks/Scheduler.h>
|
||||
#include <Kernel/Tasks/Thread.h>
|
||||
#include <Kernel/Tasks/ThreadTracer.h>
|
||||
#include <Kernel/TimerQueue.h>
|
||||
#include <Kernel/Time/TimerQueue.h>
|
||||
#include <Kernel/kstdio.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue