summaryrefslogtreecommitdiffstats
path: root/src/input_common/sdl/sdl.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-03 21:50:04 +0200
committerLioncash <mathew1800@gmail.com>2019-06-03 22:56:42 +0200
commitcf0d01a5d775f318f7cf1045a2a2a792b15111e6 (patch)
tree217e56818f84256f82df7137d8ffa24a2c1682b2 /src/input_common/sdl/sdl.h
parentinput_common/sdl/sdl_impl: Use nested namespace specifiers where applicable (diff)
downloadyuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.gz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.bz2
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.lz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.xz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.zst
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/sdl/sdl.h7
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;