Fix more header sorting issues in DolphinWX/ (now check-includes clean).

This commit is contained in:
Pierre Bourdon
2014-02-19 02:56:29 +01:00
parent ffe588cc24
commit 592ebc5262
48 changed files with 213 additions and 237 deletions

View File

@ -4,6 +4,8 @@
#include <string>
#include <vector>
#include <wx/intl.h>
#include <wx/stdpaths.h>
#include "Common/Common.h"
#include "Common/CommonPaths.h"
@ -26,8 +28,6 @@
#include "VideoCommon/VideoBackendBase.h"
#include <wx/intl.h>
#if defined HAVE_X11 && HAVE_X11
#include <X11/Xlib.h>
#endif
@ -74,7 +74,6 @@ BEGIN_EVENT_TABLE(DolphinApp, wxApp)
EVT_END_SESSION(DolphinApp::OnEndSession)
END_EVENT_TABLE()
#include <wx/stdpaths.h>
bool wxMsgAlert(const char*, const char*, bool, int);
std::string wxStringTranslator(const char *);