mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Kernel: Move TimerQueue code to the Time subdirectory
This commit is contained in:
parent
8f21420a1d
commit
b88c1d90e1
Notes:
sideshowbarker
2024-07-16 21:45:42 +09:00
Author: https://github.com/supercomputer7
Commit: b88c1d90e1
Pull-request: https://github.com/SerenityOS/serenity/pull/17604
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
9 changed files with 8 additions and 8 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <Kernel/Tasks/Scheduler.h>
|
||||
#include <Kernel/Time/HardwareTimer.h>
|
||||
#include <Kernel/Time/TimeManagement.h>
|
||||
#include <Kernel/TimerQueue.h>
|
||||
#include <Kernel/Time/TimerQueue.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue