(svn r2729) Fix #include

pull/155/head
tron 19 years ago
parent 5fd69294ee
commit 1c0a9636bc

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

Loading…
Cancel
Save