diff options
author | bunnei <bunneidev@gmail.com> | 2021-04-14 17:47:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 17:47:18 -0700 |
commit | de5bf640b7309450357074083a9ac397f251adbc (patch) | |
tree | e7c9b9845f7751c2cc4a00dbf05798ff2a69490d /src/input_common/touch_from_button.cpp | |
parent | eedbe8351ca544f68bd10c0d851dbafbb2875c2a (diff) | |
parent | a4c6712a4be249bf668df7f0ff83a0a5236283b2 (diff) |
Merge pull request #6196 from bunnei/asserts-setting
core: settings: Add setting for debug assertions and disable by default.
Diffstat (limited to 'src/input_common/touch_from_button.cpp')
-rw-r--r-- | src/input_common/touch_from_button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/touch_from_button.cpp b/src/input_common/touch_from_button.cpp index ffbe4f2ed..e94ba197b 100644 --- a/src/input_common/touch_from_button.cpp +++ b/src/input_common/touch_from_button.cpp @@ -2,8 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include "common/settings.h" #include "core/frontend/framebuffer_layout.h" -#include "core/settings.h" #include "input_common/touch_from_button.h" namespace InputCommon { |