summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-02 16:38:33 +0000
committerrubidium <rubidium@openttd.org>2009-12-02 16:38:33 +0000
commitd58e4084de772b16a6bc7414ec6a99616acc0988 (patch)
treec0ab77a412703dd47beb7979d063f0c83e9ce3ae /src/settings.cpp
parent81062163a25497e9d83fd354b53234d1796f675d (diff)
downloadopenttd-d58e4084de772b16a6bc7414ec6a99616acc0988.tar.xz
(svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinder_type.h
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 0f9e36a5d..d4980b07e 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -31,8 +31,7 @@
#include "settings_internal.h"
#include "command_func.h"
#include "console_func.h"
-#include "pathfinder/npf/npf.h"
-#include "pathfinder/yapf/yapf.h"
+#include "pathfinder/pathfinder_type.h"
#include "genworld.h"
#include "train.h"
#include "news_func.h"