diff options
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h index 0fab76b7f..321104585 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -23,8 +23,6 @@ #include "video_core/debug_utils/debug_utils.h" #include "video_core/gpu.h" -class ARM_Interface; - namespace Core::Frontend { class EmuWindow; } @@ -39,6 +37,8 @@ class RendererBase; namespace Core { +class ARM_Interface; + class System { public: System(const System&) = delete; |