Rearrange headers

This commit is contained in:
twinaphex 2015-09-16 11:24:03 +02:00
parent a8acf720dd
commit 1acc7226f9
2 changed files with 9 additions and 5 deletions

View File

@ -17,6 +17,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <sys/types.h>
#include <sys/wait.h>

View File

@ -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