Reorder includes to fix compilation

This commit is contained in:
Timmy Weerwag 2015-04-12 23:26:07 +02:00
parent f126a41bdd
commit 04b8b209de
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@
#ifdef _WIN32
#include <shlobj.h>
#include <windows.h>
#include <shlobj.h>
#include <SDL_syswm.h>
#include "../addresses.h"
#include "../cmdline.h"