mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +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 <algorithm>
|
||||
#include <vector>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/spinctrl.h>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/FileUtil.h"
|
||||
|
@ -14,9 +16,6 @@
|
|||
#include "DolphinWX/WxUtils.h"
|
||||
#include "VideoCommon/OpcodeDecoding.h"
|
||||
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/clipbrd.h>
|
||||
|
||||
DECLARE_EVENT_TYPE(RECORDING_FINISHED_EVENT, -1)
|
||||
DEFINE_EVENT_TYPE(RECORDING_FINISHED_EVENT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue