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 | 767412f410b78ffe5722fdc40307760d8db2d56f (patch) | |
tree | ef024c1f07c3e5a240e5a5a6c07bc1cbb2a010a4 /src | |
parent | 5e85e8c5e03105e43cf9f2216e993c0596d7dfec (diff) | |
download | openttd-767412f410b78ffe5722fdc40307760d8db2d56f.tar.xz |
(svn r10445) -Fix (Win32, r10444): remove #include "hal.h"
Diffstat (limited to 'src')
-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" |