summaryrefslogtreecommitdiff
path: root/src/common/key_map.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/frontend/key_map.cpp (renamed from src/common/key_map.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/key_map.cpp b/src/core/frontend/key_map.cpp
index 97cafe9c9..15f0e079c 100644
--- a/src/common/key_map.cpp
+++ b/src/core/frontend/key_map.cpp
@@ -3,8 +3,8 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <map> 5#include <map>
6#include "common/emu_window.h" 6#include "core/frontend/emu_window.h"
7#include "common/key_map.h" 7#include "core/frontend/key_map.h"
8 8
9namespace KeyMap { 9namespace KeyMap {
10 10