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/DolphinWX/Frame.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/DolphinWX/Frame.cpp') 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" -- cgit v1.2.3