mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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
|
@ -2,9 +2,9 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstdarg>
|
||||
#include <getopt.h>
|
||||
|
||||
#include "Common/Common.h"
|
||||
|
@ -13,6 +13,15 @@
|
|||
#include "Common/LogManager.h"
|
||||
#include "Common/Thread.h"
|
||||
|
||||
#include "Core/BootManager.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/Host.h"
|
||||
#include "Core/HW/Wiimote.h"
|
||||
#include "Core/PowerPC/PowerPC.h"
|
||||
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
|
||||
#if HAVE_X11
|
||||
#include <X11/keysym.h>
|
||||
#include "Core/State.h"
|
||||
|
@ -28,15 +37,6 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
|
||||
#include "Core/BootManager.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/Host.h"
|
||||
#include "Core/HW/Wiimote.h"
|
||||
#include "Core/PowerPC/PowerPC.h"
|
||||
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
|
||||
bool rendererHasFocus = true;
|
||||
bool running = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue