diff options
author | Lioncash <mathew1800@gmail.com> | 2019-06-03 15:50:04 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-06-03 16:56:42 -0400 |
commit | cf0d01a5d775f318f7cf1045a2a2a792b15111e6 (patch) | |
tree | 217e56818f84256f82df7137d8ffa24a2c1682b2 /src/input_common/sdl/sdl.h | |
parent | 00f0827a26f5dc13ff90920975fe0cf749b06bb3 (diff) |
input_common/sdl: Remove unused header includes and forward declarations
Gets rid of a few unnecessary inclusion dependencies. It also uncovered
a few indirect inclusion dependencies being relied upon.
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 d7f24c68a7..5306daa700 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; |