diff options
author | rubidium <rubidium@openttd.org> | 2007-12-18 19:52:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-18 19:52:14 +0000 |
commit | f56a354d31ef3753cd74554e891e1a6ceb85cf86 (patch) | |
tree | e33a532cbac926cf6b9b10a29cc5453106de819d /src/map.cpp | |
parent | 5dc1fcea049bca918c920bf5b3ecb37500debd3f (diff) | |
download | openttd-f56a354d31ef3753cd74554e891e1a6ceb85cf86.tar.xz |
(svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies.
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index a54760652..60cad92b0 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -8,7 +8,7 @@ #include "functions.h" #include "macros.h" #include "map.h" -#include "direction.h" +#include "direction_func.h" #include "helpers.hpp" #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */ |