diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-04-04 15:37:31 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-04-04 20:38:30 -0400 |
| commit | 14c81764dfce7950f656b39bbcd04e64da529cb2 (patch) | |
| tree | 4c5f481ee8d5e26601b94d38af74f2e839538a0f /Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h | |
| parent | 9d0a78db201f82c669acb215db8043c17e0302f7 (diff) | |
ControllerEmu: Replace includes with forward declarations
Replaces includes with forward declarations where applicable, and moves
includes to where they're actually needed.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h index a03878bdaa..b771adcdb9 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h @@ -10,7 +10,6 @@ #include "Common/CommonTypes.h" #include "Common/IniFile.h" -#include "InputCommon/ControllerInterface/Device.h" namespace ControllerEmu { |
