diff options
| author | 2020-08-28 19:15:06 -0400 | |
|---|---|---|
| committer | 2020-08-28 19:23:19 -0400 | |
| commit | 98f5d8a713966e960f0e4d4f520b67786ebad9d9 (patch) | |
| tree | add88e20be7c3ba610304172ce115a3a8b5b91f6 /src/input_common/sdl/sdl_impl.cpp | |
| parent | input_common/main: Remove unimplemented prototype (diff) | |
| download | yuzu-98f5d8a713966e960f0e4d4f520b67786ebad9d9.tar.gz yuzu-98f5d8a713966e960f0e4d4f520b67786ebad9d9.tar.xz yuzu-98f5d8a713966e960f0e4d4f520b67786ebad9d9.zip | |
input_common/main: Remove unnecessary headers
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/sdl/sdl_impl.cpp | 2 |
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 7605c884d..c8d9eb2bc 100644 --- a/src/input_common/sdl/sdl_impl.cpp +++ b/src/input_common/sdl/sdl_impl.cpp | |||
| @@ -17,11 +17,11 @@ | |||
| 17 | #include <vector> | 17 | #include <vector> |
| 18 | #include <SDL.h> | 18 | #include <SDL.h> |
| 19 | #include "common/logging/log.h" | 19 | #include "common/logging/log.h" |
| 20 | #include "common/math_util.h" | ||
| 21 | #include "common/param_package.h" | 20 | #include "common/param_package.h" |
| 22 | #include "common/threadsafe_queue.h" | 21 | #include "common/threadsafe_queue.h" |
| 23 | #include "core/frontend/input.h" | 22 | #include "core/frontend/input.h" |
| 24 | #include "input_common/sdl/sdl_impl.h" | 23 | #include "input_common/sdl/sdl_impl.h" |
| 24 | #include "input_common/settings.h" | ||
| 25 | 25 | ||
| 26 | namespace InputCommon::SDL { | 26 | namespace InputCommon::SDL { |
| 27 | 27 | ||