From 742b62e75aa85f3bf015480280d0bc6d2008d466 Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Mon, 31 Dec 2001 04:10:19 +0000 Subject: [PATCH] * c-typeck.c: Include rtl.h earlier. From-SVN: r48410 --- gcc/ChangeLog | 4 ++++ gcc/c-typeck.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66ea716dc44..9468fea9741 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-31 Graham Stott + + * c-typeck.c: Include rtl.h earlier. + 2001-12-31 Graham Stott * tree.h (STRIP_NOPS): Remove extraneous semicolon. diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index c2b4624ba2f..23d8a127e99 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -31,12 +31,12 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.h" #include "system.h" +#include "rtl.h" #include "tree.h" #include "c-tree.h" #include "tm_p.h" #include "flags.h" #include "output.h" -#include "rtl.h" #include "expr.h" #include "toplev.h" #include "intl.h" -- 2.30.2