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

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

From-SVN: r111178
This commit is contained in:
Richard Sandiford 2006-02-17 11:06:17 +00:00 committed by Richard Sandiford
parent 10d9600d58
commit 25f2dfd340
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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. */

View file

@ -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"