summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2017-04-05 12:49:36 +1200
committerGitHub <noreply@github.com>2017-04-05 12:49:36 +1200
commit9fc223302b11ecf809285f85ad3d801249c92c4f (patch)
tree4c5f481ee8d5e26601b94d38af74f2e839538a0f /Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp
parent9d0a78db201f82c669acb215db8043c17e0302f7 (diff)
parent14c81764dfce7950f656b39bbcd04e64da529cb2 (diff)
Merge pull request #5207 from lioncash/fwd-decl
ControllerEmu: Replace includes with forward declarations
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControllerEmu.cpp1
1 files changed, 1 insertions, 0 deletions
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
{