From 0762aa9ec950a7c7966b1706daa7a032f5de790a Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 21 Jul 2005 22:15:02 +0000 Subject: (svn r2669) Shuffle some more stuff around to reduce dependencies --- openttd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index 46d125705..912b0aea1 100644 --- a/openttd.h +++ b/openttd.h @@ -51,7 +51,7 @@ typedef struct YearMonthDay { #define MAX_YEAR_END_REAL 2090 #define MAX_YEAR_END 170 -#include "macros.h" +#include "map.h" // Forward declarations of structs. typedef struct Vehicle Vehicle; -- cgit v1.2.3-54-g00ecf