From 14c81764dfce7950f656b39bbcd04e64da529cb2 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 4 Apr 2017 15:37:31 -0400 Subject: ControllerEmu: Replace includes with forward declarations Replaces includes with forward declarations where applicable, and moves includes to where they're actually needed. --- Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp') diff --git a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp index 6de5042aaf..e5ec3b1747 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp @@ -14,6 +14,7 @@ #include "InputCommon/ControllerEmu/Control/Control.h" #include "InputCommon/ControllerEmu/ControlGroup/ControlGroup.h" #include "InputCommon/ControllerEmu/ControlGroup/Extension.h" +#include "InputCommon/ControllerInterface/ControllerInterface.h" namespace ControllerEmu { -- cgit v1.2.3