mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Rearrange headers
This commit is contained in:
parent
a8acf720dd
commit
1acc7226f9
@ -17,6 +17,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
|
@ -25,6 +25,14 @@
|
||||
#define _WIN32_IE 0x0300
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <commdlg.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../video_context_driver.h"
|
||||
@ -32,11 +40,6 @@
|
||||
#include "../video_monitor.h"
|
||||
#include "../common/win32_common.h"
|
||||
#include "win32_shader_dlg.h"
|
||||
#include <windows.h>
|
||||
#include <commdlg.h>
|
||||
#include <commctrl.h>
|
||||
#include <string.h>
|
||||
#include <retro_inline.h>
|
||||
|
||||
#define IDI_ICON 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user