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/settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index 882e5e83e..0f9e36a5d 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -31,8 +31,8 @@ #include "settings_internal.h" #include "command_func.h" #include "console_func.h" -#include "npf.h" -#include "yapf/yapf.h" +#include "pathfinder/npf/npf.h" +#include "pathfinder/yapf/yapf.h" #include "genworld.h" #include "train.h" #include "news_func.h" -- cgit v1.2.3-54-g00ecf