Commit 140b7433 by Steven Bosscher

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

From-SVN: r159858
parent d347d97e
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment