mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +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
|
@ -7,6 +7,23 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <wx/aboutdlg.h>
|
||||
#include <wx/busyinfo.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/choice.h>
|
||||
#include <wx/cmdline.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/imagpng.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/srchctrl.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/toolbar.h>
|
||||
#include <wx/wx.h>
|
||||
|
||||
#include "Common/Common.h"
|
||||
|
||||
enum
|
||||
|
@ -251,23 +268,6 @@ enum
|
|||
LIST_CTRL = 1000
|
||||
};
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/toolbar.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/aboutdlg.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/srchctrl.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/imagpng.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/choice.h>
|
||||
#include <wx/cmdline.h>
|
||||
#include <wx/busyinfo.h>
|
||||
|
||||
// custom message macro
|
||||
#define EVT_HOST_COMMAND(id, fn) \
|
||||
DECLARE_EVENT_TABLE_ENTRY(\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue