# HG changeset patch # User tron # Date 1168763678 0 # Node ID 19c6718dd573963e4c1c345f5f137f96c350b836 # Parent 0ce0268e5f3d416a42cf234a4451f674bef03b88 (svn r8113) Fix the #include path to table/strings.h diff -r 0ce0268e5f3d -r 19c6718dd573 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"