mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
fix includes
This commit is contained in:
parent
aee92cce57
commit
5f109c0e34
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue