* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.
From-SVN: r159858
This commit is contained in:
parent
d347d97ea2
commit
140b743312
@ -1,3 +1,7 @@
|
||||
2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.
|
||||
|
||||
2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* trans-common.c: Do not include rtl.h, include output.h instead.
|
||||
|
@ -43,11 +43,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "diagnostic.h"
|
||||
#include "tree-dump.h"
|
||||
#include "cgraph.h"
|
||||
/* For gfc_maybe_initialize_eh. */
|
||||
#include "libfuncs.h"
|
||||
#include "expr.h"
|
||||
#include "except.h"
|
||||
|
||||
#include "gfortran.h"
|
||||
#include "cpp.h"
|
||||
#include "trans.h"
|
||||
|
Loading…
Reference in New Issue
Block a user