* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.

From-SVN: r159858
This commit is contained in:
Steven Bosscher 2010-05-26 09:52:03 +00:00
parent d347d97ea2
commit 140b743312
2 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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"