1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 03:59:09 +00:00

(svn r2729) Fix #include

This commit is contained in:
tron
2005-07-27 20:08:52 +00:00
parent 5821529859
commit 2ff85cdc56

View File

@@ -4,6 +4,7 @@
#include "openttd.h"
#include "debug.h"
#include "functions.h"
#include "hal.h"
#include "macros.h"
#include "saveload.h"
#include "string.h"
@@ -17,7 +18,6 @@
#include <fcntl.h>
#include "variables.h"
#include "win32.h"
#include "video/win32_v.h"
static bool _has_console;