From: Steven Bosscher Date: Wed, 26 May 2010 09:52:03 +0000 (+0000) Subject: * fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=140b74331259700d7a1b85bc7511156b400fa7a1;p=gcc.git * fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h. From-SVN: r159858 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index dac3a0e7c11..be0f29f8a12 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 f7e0b4ff649..14525dc2552 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"