diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-06-05 15:51:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 15:51:03 -0400 |
commit | 6aff1005efc98cd7d1ddab705f041bd60d40f51a (patch) | |
tree | cc3207d49e7a6d4dbefa8f3bcbe638143b29f44c /src/input_common/sdl/sdl.h | |
parent | 2beaaa35c5002f762e82757b8db70a687e4faa7a (diff) | |
parent | 5ccf2a7b822a28364e7e859013342e1b0c9c33d3 (diff) |
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 @@ #include <memory> #include <vector> -#include "core/frontend/input.h" #include "input_common/main.h" -union SDL_Event; - -namespace Common { -class ParamPackage; -} // namespace Common - namespace InputCommon::Polling { class DevicePoller; enum class DeviceType; |