summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_mapping.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-24 17:42:05 +0100
committerLioncash <mathew1800@gmail.com>2022-01-24 17:49:31 +0100
commit0849be094e8bd55ee9d81bcc545238af134410e7 (patch)
tree860a7fba847d80fc8f47db4e1b80338945cce395 /src/input_common/input_mapping.cpp
parentinput_common/input_mapping: Remove const from return value (diff)
downloadyuzu-0849be094e8bd55ee9d81bcc545238af134410e7.tar
yuzu-0849be094e8bd55ee9d81bcc545238af134410e7.tar.gz
yuzu-0849be094e8bd55ee9d81bcc545238af134410e7.tar.bz2
yuzu-0849be094e8bd55ee9d81bcc545238af134410e7.tar.lz
yuzu-0849be094e8bd55ee9d81bcc545238af134410e7.tar.xz
yuzu-0849be094e8bd55ee9d81bcc545238af134410e7.tar.zst
yuzu-0849be094e8bd55ee9d81bcc545238af134410e7.zip
Diffstat (limited to 'src/input_common/input_mapping.cpp')
-rw-r--r--src/input_common/input_mapping.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/input_mapping.cpp b/src/input_common/input_mapping.cpp
index 263c24771..02c7ccff7 100644
--- a/src/input_common/input_mapping.cpp
+++ b/src/input_common/input_mapping.cpp
@@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included
-#include "common/common_types.h"
#include "common/settings.h"
#include "input_common/input_engine.h"
#include "input_common/input_mapping.h"