diff --git a/kernel/orbis/include/orbis/thread/Process.hpp b/kernel/orbis/include/orbis/thread/Process.hpp index 8fef4927f..af30c9df2 100644 --- a/kernel/orbis/include/orbis/thread/Process.hpp +++ b/kernel/orbis/include/orbis/thread/Process.hpp @@ -1,9 +1,8 @@ #pragma once -#include "KernelAllocator.hpp" -#include "KernelObject.hpp" -#include "kernel/KernelObject.hpp" #include "orbis-config.hpp" +#include "../KernelAllocator.hpp" +#include "../KernelObject.hpp" #include "../event.hpp" #include "../evf.hpp" #include "../ipmi.hpp" diff --git a/kernel/orbis/include/orbis/thread/Thread.hpp b/kernel/orbis/include/orbis/thread/Thread.hpp index e8a012608..7f0d74071 100644 --- a/kernel/orbis/include/orbis/thread/Thread.hpp +++ b/kernel/orbis/include/orbis/thread/Thread.hpp @@ -1,6 +1,5 @@ #pragma once -#include "KernelObject.hpp" #include "ThreadState.hpp" #include "cpuset.hpp" #include "orbis-config.hpp" @@ -8,6 +7,7 @@ #include "types.hpp" #include "../KernelAllocator.hpp" +#include "../KernelObject.hpp" #include "../ucontext.hpp" #include "rx/SharedAtomic.hpp" #include "rx/SharedCV.hpp"