* c-typeck.c: Include rtl.h earlier.
authorGraham Stott <grahams@redhat.com>
Mon, 31 Dec 2001 04:10:19 +0000 (04:10 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Mon, 31 Dec 2001 04:10:19 +0000 (04:10 +0000)
From-SVN: r48410

gcc/ChangeLog
gcc/c-typeck.c

index 66ea716..9468fea 100644 (file)
@@ -1,5 +1,9 @@
 2001-12-31  Graham Stott  <grahams@redhat.com>
 
+       * c-typeck.c:  Include rtl.h earlier.
+
+2001-12-31  Graham Stott  <grahams@redhat.com>
+
        * tree.h (STRIP_NOPS): Remove extraneous semicolon.
        (STRIP_SIGN_NOPS): Likewise.
        (STRIP_TYPE_NOPS): Likewise.
index c2b4624..23d8a12 100644 (file)
@@ -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"