From f82aeb82c5fa241982d0efad72e72e32fe8fd6e2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Dec 2007 11:45:43 +0000 Subject: (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). --- src/map.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map.cpp') diff --git a/src/map.cpp b/src/map.cpp index 3df9470a8..0bdfbe355 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -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?? */ -- cgit v1.2.3-54-g00ecf