src/map.cpp
changeset 8635 3bbb6f87fced
parent 8627 448ebf3a8291
child 8827 d125b82b86f4
--- a/src/map.cpp	Tue Dec 25 23:42:52 2007 +0000
+++ b/src/map.cpp	Wed Dec 26 11:45:43 2007 +0000
@@ -3,13 +3,12 @@
 /** @file map.cpp */
 
 #include "stdafx.h"
-#include "openttd.h"
 #include "debug.h"
-#include "map.h"
 #include "direction_func.h"
 #include "core/bitmath_func.hpp"
 #include "core/alloc_func.hpp"
 #include "core/math_func.hpp"
+#include "map_func.h"
 
 #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */
 /* Why the hell is that not in all MSVC headers?? */