diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-05-08 12:54:56 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-05-08 12:54:56 -0400 |
| commit | 8b2f7b1e88ffbe582b736d59121b6bd6184ba270 (patch) | |
| tree | 472ed7d327398a50ab0f3cea524c1160bdef5273 /Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | |
| parent | 4c3984053d2317bd4801affed11c6d85dbd1962f (diff) | |
| parent | a7e9aea7972c0a0af6fc7e9c4126ccda43118a0f (diff) | |
Merge pull request #2379 from lioncash/header
DolphinWX: Remove unnecessary includes
Diffstat (limited to 'Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp index 982813f90c..72c992ffea 100644 --- a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp +++ b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp @@ -9,10 +9,10 @@ #include <wx/combobox.h> #include <wx/notebook.h> #include <wx/panel.h> +#include <wx/sizer.h> #include <wx/spinctrl.h> #include <wx/stattext.h> #include <wx/textctrl.h> -#include <wx/wx.h> #include "Common/FileUtil.h" #include "Core/Core.h" |
