(svn r8113) Fix the #include path to table/strings.h
authortron
Sun, 14 Jan 2007 08:34:38 +0000
changeset 5905 19c6718dd573
parent 5904 0ce0268e5f3d
child 5906 db41d51fd454
(svn r8113) Fix the #include path to table/strings.h
src/ai/trolly/trolly.cpp
--- a/src/ai/trolly/trolly.cpp	Sun Jan 14 01:27:19 2007 +0000
+++ b/src/ai/trolly/trolly.cpp	Sun Jan 14 08:34:38 2007 +0000
@@ -23,7 +23,7 @@
 #include "../../functions.h"
 #include "../../road_map.h"
 #include "../../station_map.h"
-#include "table/strings.h"
+#include "../../table/strings.h"
 #include "../../map.h"
 #include "../../tile.h"
 #include "../../command.h"