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

@ -6,22 +6,15 @@
#include <vector>
#include <wx/arrstr.h>
#include <wx/button.h>
#include <wx/chartype.h>
#include <wx/defs.h>
#include <wx/dialog.h>
#include <wx/event.h>
#include <wx/gbsizer.h>
#include <wx/gdicmn.h>
#include <wx/msgdlg.h>
#include <wx/radiobox.h>
#include <wx/sizer.h>
#include <wx/spinbutt.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/translation.h>
#include <wx/windowid.h>
#include "Common/CommonTypes.h"
#include "Core/PatchEngine.h"