diff options
| -rw-r--r-- | src/yuzu/bootmanager.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h index 9fc4116e6..e6a0666e9 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | #include <QWindow> | 16 | #include <QWindow> |
| 17 | 17 | ||
| 18 | #include "common/thread.h" | 18 | #include "common/thread.h" |
| 19 | #include "core/core.h" | ||
| 20 | #include "core/frontend/emu_window.h" | 19 | #include "core/frontend/emu_window.h" |
| 21 | 20 | ||
| 22 | class GRenderWindow; | 21 | class GRenderWindow; |
| @@ -24,6 +23,11 @@ class GMainWindow; | |||
| 24 | class QKeyEvent; | 23 | class QKeyEvent; |
| 25 | class QStringList; | 24 | class QStringList; |
| 26 | 25 | ||
| 26 | namespace Core { | ||
| 27 | enum class SystemResultStatus : u32; | ||
| 28 | class System; | ||
| 29 | } // namespace Core | ||
| 30 | |||
| 27 | namespace InputCommon { | 31 | namespace InputCommon { |
| 28 | class InputSubsystem; | 32 | class InputSubsystem; |
| 29 | } | 33 | } |