summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/Config.h')
-rw-r--r--src/kernel/KernelKit/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/KernelKit/Config.h b/src/kernel/KernelKit/Config.h
index 6db4bdf7..f0d1e106 100644
--- a/src/kernel/KernelKit/Config.h
+++ b/src/kernel/KernelKit/Config.h
@@ -14,6 +14,6 @@
namespace Kernel {
class UserProcessScheduler;
class IDylibObject;
-class USER_PROCESS;
-class KERNEL_TASK;
+class UserProcess;
+class KernelTask;
} // namespace Kernel \ No newline at end of file