From 1ad425e8029106b6af017c19d3498eb68f3b0403 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 18 Jun 2006 15:28:29 +0000 Subject: (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore --- train_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'train_gui.c') diff --git a/train_gui.c b/train_gui.c index 0efc818c1..3a2b2c590 100644 --- a/train_gui.c +++ b/train_gui.c @@ -4,6 +4,7 @@ #include "openttd.h" #include "debug.h" #include "functions.h" +#include "rail_map.h" #include "table/sprites.h" #include "table/strings.h" #include "map.h" -- cgit v1.2.3-54-g00ecf