summaryrefslogtreecommitdiffstats
path: root/src/hid_core/hid_core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/hid_core/hid_core.h (renamed from src/core/hid/hid_core.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/hid_core.h b/src/hid_core/hid_core.h
index 80abab18b..dae29c506 100644
--- a/src/core/hid/hid_core.h
+++ b/src/hid_core/hid_core.h
@@ -6,7 +6,7 @@
#include <memory>
#include "common/common_funcs.h"
-#include "core/hid/hid_types.h"
+#include "hid_core/hid_types.h"
namespace Core::HID {
class EmulatedConsole;