diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-26 09:52:03 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-26 09:52:03 +0000 |
commit | 140b74331259700d7a1b85bc7511156b400fa7a1 (patch) | |
tree | 32f03b6483c66091cd524661feb7c3a5c20bda7a | |
parent | d347d97ea261357a381e62d32c1e35ed23e814b6 (diff) | |
download | gcc-140b74331259700d7a1b85bc7511156b400fa7a1.zip gcc-140b74331259700d7a1b85bc7511156b400fa7a1.tar.gz gcc-140b74331259700d7a1b85bc7511156b400fa7a1.tar.bz2 |
* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.
From-SVN: r159858
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/f95-lang.c | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index dac3a0e..be0f29f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,9 @@ 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. * trans-decl.c: Likewise. diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index f7e0b4f..14525dc 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -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" |