1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00

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
parent 8f21420a1d
commit b88c1d90e1
9 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#include <Kernel/Tasks/Process.h>
#include <Kernel/Time/TimeManagement.h>
#include <Kernel/TimerQueue.h>
#include <Kernel/Time/TimerQueue.h>
namespace Kernel {