diff options
author | Liav A <liavalb@gmail.com> | 2023-02-24 19:45:37 +0200 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-06-04 21:32:34 +0200 |
commit | 1b04726c854f59fbd12d1a0eeef0b21d7aa6b832 (patch) | |
tree | 99d165c41af9c1d94e8372196e9e6516c6101288 /Kernel/SanCov.cpp | |
parent | 788022d5d16147b7d149294f9783cb2b0022021f (diff) | |
download | serenity-1b04726c854f59fbd12d1a0eeef0b21d7aa6b832.zip |
Kernel: Move all tasks-related code to the Tasks subdirectory
Diffstat (limited to 'Kernel/SanCov.cpp')
-rw-r--r-- | Kernel/SanCov.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/SanCov.cpp b/Kernel/SanCov.cpp index f77dbcea2d..d8ddf2487a 100644 --- a/Kernel/SanCov.cpp +++ b/Kernel/SanCov.cpp @@ -5,7 +5,7 @@ */ #include <Kernel/Devices/KCOVDevice.h> -#include <Kernel/Thread.h> +#include <Kernel/Tasks/Thread.h> extern bool g_in_early_boot; |