diff options
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; |