From 000497273c55cf71cda01200e49b24a5249c6422 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 --- clear_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'clear_cmd.c') diff --git a/clear_cmd.c b/clear_cmd.c index 648baaae1..8ccd78758 100644 --- a/clear_cmd.c +++ b/clear_cmd.c @@ -3,6 +3,7 @@ #include "stdafx.h" #include "openttd.h" #include "clear_map.h" +#include "rail_map.h" #include "table/strings.h" #include "functions.h" #include "map.h" -- cgit v1.2.3-54-g00ecf