1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 01:29:10 +00:00

(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 "../../road_map.h"
#include "../../station_map.h"
#include "table/strings.h"
#include "../../table/strings.h"
#include "../../map.h"
#include "../../tile.h"
#include "../../command.h"