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

Kernel: Move Performance-measurement code to the Tasks subdirectory

This commit is contained in:
Liav A 2023-02-24 20:25:52 +02:00 committed by Jelle Raaijmakers
parent b88c1d90e1
commit 927926b924
23 changed files with 24 additions and 24 deletions

View file

@ -26,8 +26,8 @@
#include <Kernel/Boot/CommandLine.h>
#include <Kernel/Firmware/ACPI/Parser.h>
#include <Kernel/InterruptDisabler.h>
#include <Kernel/PerformanceManager.h>
#include <Kernel/Sections.h>
#include <Kernel/Tasks/PerformanceManager.h>
#include <Kernel/Tasks/Scheduler.h>
#include <Kernel/Time/HardwareTimer.h>
#include <Kernel/Time/TimeManagement.h>