mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
Kernel: Move Performance-measurement code to the Tasks subdirectory
This commit is contained in:
parent
b88c1d90e1
commit
927926b924
23 changed files with 24 additions and 24 deletions
|
@ -28,11 +28,11 @@
|
|||
#include <Kernel/Locking/Mutex.h>
|
||||
#include <Kernel/Locking/MutexProtected.h>
|
||||
#include <Kernel/Memory/AddressSpace.h>
|
||||
#include <Kernel/PerformanceEventBuffer.h>
|
||||
#include <Kernel/Security/Credentials.h>
|
||||
#include <Kernel/Security/Jail.h>
|
||||
#include <Kernel/Tasks/AtomicEdgeAction.h>
|
||||
#include <Kernel/Tasks/FutexQueue.h>
|
||||
#include <Kernel/Tasks/PerformanceEventBuffer.h>
|
||||
#include <Kernel/Tasks/ProcessGroup.h>
|
||||
#include <Kernel/Tasks/Thread.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue