From cf0d01a5d775f318f7cf1045a2a2a792b15111e6 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 3 Jun 2019 15:50:04 -0400 Subject: 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. --- src/input_common/sdl/sdl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/input_common/sdl/sdl.h') 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 #include -#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; -- cgit v1.2.3