summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2007-07-05 12:30:22 +0000
committerKUDr <kudr@openttd.org>2007-07-05 12:30:22 +0000
commitc4aff8b0a4c8ef184eeed18a700b3222fe7003c6 (patch)
treeef024c1f07c3e5a240e5a5a6c07bc1cbb2a010a4 /src/win32.cpp
parent68c6add8ccd9aa32eb799a433aa8a3b05ec84a57 (diff)
downloadopenttd-c4aff8b0a4c8ef184eeed18a700b3222fe7003c6.tar.xz
(svn r10445) -Fix (Win32, r10444): remove #include "hal.h"
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 5dc753670..36b26c2e5 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -3,7 +3,6 @@
/** @file win32.cpp Implementation of MS Windows system calls */
#include "stdafx.h"
-#include "hal.h"
#include "openttd.h"
#include "debug.h"
#include "functions.h"