* 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 66ea716dc4413d5bffa92190e5faf8dbb1ede59e..9468fea9741ed22a613c0d4745040d125f7b8c09 100644 (file)
@@ -1,3 +1,7 @@
+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.
index c2b4624ba2f7eaa384ca94ddf4f344391fa93ad6..23d8a127e99671d9f6544d406211b87352b5ffd1 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"