gcc/fortran/
* trans-common.c: Include rtl.h earlier.
* trans-decl.c: Likewise.
From-SVN: r111178
+2006-02-17 Richard Sandiford <richard@codesourcery.com>
+
+ * trans-common.c: Include rtl.h earlier.
+ * trans-decl.c: Likewise.
+
2006-02-16 Jakub Jelinek <jakub@redhat.com>
PR fortran/26224
#include "tree.h"
#include "toplev.h"
#include "tm.h"
+#include "rtl.h"
#include "gfortran.h"
#include "trans.h"
#include "trans-types.h"
#include "trans-const.h"
-#include "rtl.h"
/* Holds a single variable in an equivalence set. */
#include "ggc.h"
#include "toplev.h"
#include "tm.h"
+#include "rtl.h"
#include "target.h"
#include "function.h"
#include "flags.h"
#include "trans-types.h"
#include "trans-array.h"
#include "trans-const.h"
-#include "rtl.h"
/* Only for gfc_trans_code. Shouldn't need to include this. */
#include "trans-stmt.h"