* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 09:52:03 +0000 (09:52 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 09:52:03 +0000 (09:52 +0000)
From-SVN: r159858

gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c

index dac3a0e7c1135262e9cdee1fab223f73eab284fc..be0f29f8a1298c6bfff31ee2769cdcdedf6b3708 100644 (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.
index f7e0b4ff64911d36ced32902fc69a1e7555f1d29..14525dc2552680cf92947cd50376d31d2f9ae1d9 100644 (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"