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:
parent
10d9600d58
commit
25f2dfd340
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue