(svn r10445) -Fix (Win32, r10444): remove #include "hal.h"
authorKUDr
Thu, 05 Jul 2007 12:30:22 +0000
changeset 7171 83e6861c8fe9
parent 7170 923946ec324f
child 7172 ca55dbe776a3
(svn r10445) -Fix (Win32, r10444): remove #include "hal.h"
src/win32.cpp
--- a/src/win32.cpp	Thu Jul 05 12:23:54 2007 +0000
+++ b/src/win32.cpp	Thu Jul 05 12:30:22 2007 +0000
@@ -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"