(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 a7914ca0b4
commit 7eca68cfe9

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"