diff options
author | rubidium <rubidium@openttd.org> | 2008-01-13 14:37:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-13 14:37:30 +0000 |
commit | 9c0c798dd8f6b6367755edee42d891063b8014d8 (patch) | |
tree | cc5b7b73252db061672a4947b441f4aaa189191e /src/pathfind.cpp | |
parent | a6fa5dd124872b6d4e4a442eff1877c14d4e2822 (diff) | |
download | openttd-9c0c798dd8f6b6367755edee42d891063b8014d8.tar.xz |
(svn r11834) -Codechange: only include settings_type.h if needed.
Diffstat (limited to 'src/pathfind.cpp')
-rw-r--r-- | src/pathfind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfind.cpp b/src/pathfind.cpp index eafee883a..5ac8277cf 100644 --- a/src/pathfind.cpp +++ b/src/pathfind.cpp @@ -13,7 +13,7 @@ #include "rail_type.h" #include "debug.h" #include "tunnel_map.h" -#include "variables.h" +#include "settings_type.h" #include "depot.h" #include "tunnelbridge_map.h" #include "core/random_func.hpp" |