diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-12-23 13:37:40 +0000 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-12-23 13:42:39 +0000 |
commit | 64f98f4d0f33b5c626d86a05ab9dd8060e160cc5 (patch) | |
tree | 8874f16f9f840add798f58981d5c2fcdf4da3c84 /src/citra/emu_window/emu_window_sdl2.h | |
parent | 5e8ef0049752296851cbdc567af9ec360451fea1 (diff) |
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
Diffstat (limited to 'src/citra/emu_window/emu_window_sdl2.h')
-rw-r--r-- | src/citra/emu_window/emu_window_sdl2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra/emu_window/emu_window_sdl2.h b/src/citra/emu_window/emu_window_sdl2.h index e4d14ef12..c8cd919c6 100644 --- a/src/citra/emu_window/emu_window_sdl2.h +++ b/src/citra/emu_window/emu_window_sdl2.h @@ -5,7 +5,7 @@ #pragma once #include <utility> -#include "common/emu_window.h" +#include "core/frontend/emu_window.h" struct SDL_Window; |