summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-14 08:34:38 +0000
committertron <tron@openttd.org>2007-01-14 08:34:38 +0000
commit302b54b4683e6019259dd5cb0bc16d778d6eeaf0 (patch)
treec006da3d40215c0f6ae76627931d66384572560a /src
parent2bdbca7784294360c41bebb1c7f4ee4aec97ce56 (diff)
downloadopenttd-302b54b4683e6019259dd5cb0bc16d778d6eeaf0.tar.xz
(svn r8113) Fix the #include path to table/strings.h
Diffstat (limited to 'src')
-rw-r--r--src/ai/trolly/trolly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/trolly/trolly.cpp b/src/ai/trolly/trolly.cpp
index 855f74c8f..dcda88656 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"