mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix more header sorting issues in DolphinWX/ (now check-includes clean).
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user