From 302b54b4683e6019259dd5cb0bc16d778d6eeaf0 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 14 Jan 2007 08:34:38 +0000 Subject: [PATCH] (svn r8113) Fix the #include path to table/strings.h --- src/ai/trolly/trolly.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/trolly/trolly.cpp b/src/ai/trolly/trolly.cpp index 855f74c8ff..dcda88656c 100644 --- a/src/ai/trolly/trolly.cpp +++ b/src/ai/trolly/trolly.cpp @@ -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"