Commit 25f2dfd3 by Richard Sandiford Committed by Richard Sandiford

trans-common.c: Include rtl.h earlier.

gcc/fortran/
	* trans-common.c: Include rtl.h earlier.
	* trans-decl.c: Likewise.

From-SVN: r111178
parent 10d9600d
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
......
......@@ -101,11 +101,11 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#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. */
......
......@@ -31,6 +31,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "ggc.h"
#include "toplev.h"
#include "tm.h"
#include "rtl.h"
#include "target.h"
#include "function.h"
#include "flags.h"
......@@ -40,7 +41,6 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment