DolphinWX: Remove unnecessary includes

This commit is contained in:
Lioncash
2015-05-08 10:04:40 -04:00
parent cb20589d7f
commit a7e9aea797
80 changed files with 9 additions and 459 deletions

View File

@ -9,15 +9,8 @@
#include <string>
#include <vector>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/combobox.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/spinctrl.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/wx.h>
#include <wx/dialog.h>
#include "Core/ConfigManager.h"
#include "VideoBackends/Software/SWVideoConfig.h"