diff --git a/Source/Core/DolphinWX/TASInputDlg.h b/Source/Core/DolphinWX/TASInputDlg.h index ea77486473..8696a5a1be 100644 --- a/Source/Core/DolphinWX/TASInputDlg.h +++ b/Source/Core/DolphinWX/TASInputDlg.h @@ -6,20 +6,23 @@ #include -#include -#include #include #include #include "Common/CommonTypes.h" -#include "Core/HW/WiimoteEmu/WiimoteEmu.h" -#include "InputCommon/GCPadStatus.h" class DolphinSlider; +struct GCPadStatus; +class wxBitmap; class wxCheckBox; class wxStaticBitmap; class wxTextCtrl; +namespace WiimoteEmu +{ +struct ReportFeatures; +} + class TASInputDlg : public wxDialog { public: