summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-02-03 23:21:32 -0500
committerGitHub <noreply@github.com>2022-02-03 23:21:32 -0500
commit7ad17ae39719d3dca80ea715e88c66ce7013ccea (patch)
tree8f81b48f9955d26e27bde8d4fa630bc37bf43a7a /src
parentfc8aef7323cf15997e960d977a47dc06865635da (diff)
parentfbefcf7280e707aaecf2d16fa89abd21c25761f6 (diff)
Merge pull request #7848 from Morph1984/unused-core-include
input_common: Remove unused core include
Diffstat (limited to 'src')
-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 @@
#include <algorithm>
#include "common/settings.h"
-#include "core/frontend/framebuffer_layout.h"
#include "input_common/helpers/touch_from_buttons.h"
namespace InputCommon {