diff --git a/rpcs3/Utilities/Thread.cpp b/rpcs3/Utilities/Thread.cpp index af4d9128d..6ab63de93 100644 --- a/rpcs3/Utilities/Thread.cpp +++ b/rpcs3/Utilities/Thread.cpp @@ -1,11 +1,11 @@ #include "stdafx.h" +#include "Emu/Cell/timers.hpp" #include "Emu/System.h" #include "Emu/Cell/SPUThread.h" #include "Emu/Cell/PPUThread.h" #include "Emu/Cell/lv2/sys_mmapper.h" #include "Emu/Cell/lv2/sys_event.h" #include "Emu/Cell/lv2/sys_process.h" -#include "Emu/RSX/RSXThread.h" #include "Thread.h" #include "Utilities/JIT.h" #include