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
commit767412f410b78ffe5722fdc40307760d8db2d56f (patch)
treeef024c1f07c3e5a240e5a5a6c07bc1cbb2a010a4 /src/win32.cpp
parent5e85e8c5e03105e43cf9f2216e993c0596d7dfec (diff)
downloadopenttd-767412f410b78ffe5722fdc40307760d8db2d56f.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"