diff options
author | KUDr <kudr@openttd.org> | 2007-07-05 12:30:22 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2007-07-05 12:30:22 +0000 |
commit | c4aff8b0a4c8ef184eeed18a700b3222fe7003c6 (patch) | |
tree | ef024c1f07c3e5a240e5a5a6c07bc1cbb2a010a4 | |
parent | 68c6add8ccd9aa32eb799a433aa8a3b05ec84a57 (diff) | |
download | openttd-c4aff8b0a4c8ef184eeed18a700b3222fe7003c6.tar.xz |
(svn r10445) -Fix (Win32, r10444): remove #include "hal.h"
-rw-r--r-- | src/win32.cpp | 1 |
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" |