From f52e27c688b00fd2b44887f0694717cd8449d31d Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 1 Dec 2009 22:45:39 +0000 Subject: (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory --- src/train_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/train_cmd.cpp') diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 480a59017..0ce9685de 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -13,14 +13,14 @@ #include "gui.h" #include "articulated_vehicles.h" #include "command_func.h" -#include "npf.h" +#include "pathfinder/npf/npf.h" #include "news_func.h" #include "company_func.h" #include "vehicle_gui.h" #include "newgrf_engine.h" #include "newgrf_sound.h" #include "newgrf_text.h" -#include "yapf/follow_track.hpp" +#include "pathfinder/yapf/follow_track.hpp" #include "group.h" #include "table/sprites.h" #include "strings_func.h" -- cgit v1.2.3-54-g00ecf