summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/touch_from_buttons.cpp
diff options
context:
space:
mode:
authorGravatar Morph2022-02-03 22:44:28 -0500
committerGravatar Morph2022-02-03 22:44:28 -0500
commitfbefcf7280e707aaecf2d16fa89abd21c25761f6 (patch)
tree8f81b48f9955d26e27bde8d4fa630bc37bf43a7a /src/input_common/helpers/touch_from_buttons.cpp
parentMerge pull request #7811 from german77/analog-mod (diff)
downloadyuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar.gz
yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar.xz
yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.zip
input_common: Remove unused core include
Diffstat (limited to 'src/input_common/helpers/touch_from_buttons.cpp')
-rw-r--r--src/input_common/helpers/touch_from_buttons.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/helpers/touch_from_buttons.cpp b/src/input_common/helpers/touch_from_buttons.cpp
index ece1e3b32..f1b57d03a 100644
--- a/src/input_common/helpers/touch_from_buttons.cpp
+++ b/src/input_common/helpers/touch_from_buttons.cpp
@@ -4,7 +4,6 @@
4 4
5#include <algorithm> 5#include <algorithm>
6#include "common/settings.h" 6#include "common/settings.h"
7#include "core/frontend/framebuffer_layout.h"
8#include "input_common/helpers/touch_from_buttons.h" 7#include "input_common/helpers/touch_from_buttons.h"
9 8
10namespace InputCommon { 9namespace InputCommon {