aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include "flags.h"
#include "tree.h"
#include "function.h"
#include "obstack.h"
#include "gvarargs.h"
+#include <stdio.h>
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free