diff options
| author | 2020-08-28 20:10:33 -0400 | |
|---|---|---|
| committer | 2020-08-28 20:10:33 -0400 | |
| commit | 57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78 (patch) | |
| tree | 32ad64a7368d1f7f0506e3a0308fc939accdd4e0 /src/input_common/sdl/sdl_impl.cpp | |
| parent | Merge pull request #4599 from ReinUsesLisp/amd-extended-state (diff) | |
| parent | input_common/main: Remove unnecessary headers (diff) | |
| download | yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.gz yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.xz yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.zip | |
Merge pull request #4600 from lioncash/prototype
input_common/main: Remove unimplemented prototype
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 | ||