diff options
| author | 2019-06-05 15:51:03 -0400 | |
|---|---|---|
| committer | 2019-06-05 15:51:03 -0400 | |
| commit | 6aff1005efc98cd7d1ddab705f041bd60d40f51a (patch) | |
| tree | cc3207d49e7a6d4dbefa8f3bcbe638143b29f44c /src/input_common/sdl/sdl.h | |
| parent | Merge pull request #2510 from SciresM/desired_language (diff) | |
| parent | input_common/sdl/sdl_impl: Correct logging string in SDLState constructor (diff) | |
| download | yuzu-6aff1005efc98cd7d1ddab705f041bd60d40f51a.tar.gz yuzu-6aff1005efc98cd7d1ddab705f041bd60d40f51a.tar.xz yuzu-6aff1005efc98cd7d1ddab705f041bd60d40f51a.zip | |
Merge pull request #2541 from lioncash/input
input_common/sdl/sdl_impl: Minor cleanup
Diffstat (limited to 'src/input_common/sdl/sdl.h')
| -rw-r--r-- | src/input_common/sdl/sdl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input_common/sdl/sdl.h b/src/input_common/sdl/sdl.h index d7f24c68a..5306daa70 100644 --- a/src/input_common/sdl/sdl.h +++ b/src/input_common/sdl/sdl.h | |||
| @@ -6,15 +6,8 @@ | |||
| 6 | 6 | ||
| 7 | #include <memory> | 7 | #include <memory> |
| 8 | #include <vector> | 8 | #include <vector> |
| 9 | #include "core/frontend/input.h" | ||
| 10 | #include "input_common/main.h" | 9 | #include "input_common/main.h" |
| 11 | 10 | ||
| 12 | union SDL_Event; | ||
| 13 | |||
| 14 | namespace Common { | ||
| 15 | class ParamPackage; | ||
| 16 | } // namespace Common | ||
| 17 | |||
| 18 | namespace InputCommon::Polling { | 11 | namespace InputCommon::Polling { |
| 19 | class DevicePoller; | 12 | class DevicePoller; |
| 20 | enum class DeviceType; | 13 | enum class DeviceType; |