Kernel: Move TimerQueue code to the Time subdirectory

This commit is contained in:
Liav A 2023-02-24 20:23:38 +02:00 committed by Jelle Raaijmakers
commit b88c1d90e1
Notes: sideshowbarker 2024-07-16 21:45:42 +09:00
9 changed files with 8 additions and 8 deletions

View file

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