summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Frame.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-04-04 15:37:31 -0400
committerLioncash <mathew1800@gmail.com>2017-04-04 20:38:30 -0400
commit14c81764dfce7950f656b39bbcd04e64da529cb2 (patch)
tree4c5f481ee8d5e26601b94d38af74f2e839538a0f /Source/Core/DolphinWX/Frame.cpp
parent9d0a78db201f82c669acb215db8043c17e0302f7 (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/DolphinWX/Frame.cpp')
-rw-r--r--Source/Core/DolphinWX/Frame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp
index 465eac734e..82a48a7bef 100644
--- a/Source/Core/DolphinWX/Frame.cpp
+++ b/Source/Core/DolphinWX/Frame.cpp
@@ -66,6 +66,7 @@
#include "DolphinWX/TASInputDlg.h"
#include "DolphinWX/WxUtils.h"
+#include "InputCommon/ControllerInterface/ControllerInterface.h"
#include "InputCommon/GCPadStatus.h"
#include "VideoCommon/OnScreenDisplay.h"