aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-08-28 20:10:33 -0400
committerGitHub <noreply@github.com>2020-08-28 20:10:33 -0400
commit57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78 (patch)
tree32ad64a7368d1f7f0506e3a0308fc939accdd4e0 /src/input_common/sdl/sdl_impl.cpp
parent1c9a1de30dc7ba19b736f906b64dfd64c7aa9cf5 (diff)
parent98f5d8a713966e960f0e4d4f520b67786ebad9d9 (diff)
Merge pull request #4600 from lioncash/prototype
input_common/main: Remove unimplemented prototype
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
-rw-r--r--src/input_common/sdl/sdl_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl_impl.cpp b/src/input_common/sdl/sdl_impl.cpp
index 7605c884dc..c8d9eb2bca 100644
--- a/src/input_common/sdl/sdl_impl.cpp
+++ b/src/input_common/sdl/sdl_impl.cpp
@@ -17,11 +17,11 @@
#include <vector>
#include <SDL.h>
#include "common/logging/log.h"
-#include "common/math_util.h"
#include "common/param_package.h"
#include "common/threadsafe_queue.h"
#include "core/frontend/input.h"
#include "input_common/sdl/sdl_impl.h"
+#include "input_common/settings.h"
namespace InputCommon::SDL {