From c758061281cf411adfba3b34ca5c3a6c6c2ec9a5 Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 26 May 2010 09:52:03 +0000 Subject: [PATCH] * fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159858 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/f95-lang.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index dac3a0e7c113..be0f29f8a129 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2010-05-26 Steven Bosscher + + * fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h. + 2010-05-26 Steven Bosscher * trans-common.c: Do not include rtl.h, include output.h instead. diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index f7e0b4ff6491..14525dc25526 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" -- 2.47.2