mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Fix more header sorting issues in DolphinWX/ (now check-includes clean).
This commit is contained in:
parent
ffe588cc24
commit
592ebc5262
48 changed files with 213 additions and 237 deletions
|
@ -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 *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue