1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Reorder includes to fix compilation

This commit is contained in:
Timmy Weerwag
2015-04-12 23:26:07 +02:00
parent f126a41bdd
commit 04b8b209de

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"