(svn r8113) Fix the #include path to table/strings.h

This commit is contained in:
tron
2007-01-14 08:34:38 +00:00
parent 2bdbca7784
commit 302b54b468

View File

@@ -23,7 +23,7 @@
#include "../../functions.h" #include "../../functions.h"
#include "../../road_map.h" #include "../../road_map.h"
#include "../../station_map.h" #include "../../station_map.h"
#include "table/strings.h" #include "../../table/strings.h"
#include "../../map.h" #include "../../map.h"
#include "../../tile.h" #include "../../tile.h"
#include "../../command.h" #include "../../command.h"