From 54cbd0182548d7bf1856790ac871585a16806824 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 22 Jul 2005 07:02:20 +0000 Subject: (svn r2673) Include functions.h directly, not globally via openttd.h --- openttd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index 912b0aea1..215a12719 100644 --- a/openttd.h +++ b/openttd.h @@ -547,6 +547,4 @@ enum { }; VARDEF byte _no_scroll; -#include "functions.h" - #endif /* OPENTTD_H */ -- cgit v1.2.3-54-g00ecf