From f8d97cf4724fb1d966118b4d1870f553da4fc09c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 20 Aug 1992 05:58:18 -0400 Subject: Put include of stdio.h after GCC header files (for i860-stardent-sysv4). From-SVN: r1905 --- gcc/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree.c') diff --git a/gcc/tree.c b/gcc/tree.c index 18d3c52..55a476e 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -33,12 +33,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ by all passes of the compiler. */ #include "config.h" -#include #include "flags.h" #include "tree.h" #include "function.h" #include "obstack.h" #include "gvarargs.h" +#include #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free -- cgit v1.1