From 7274feea190b82eacf5b4203a5a0de28c7e92f07 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Sun, 23 May 2010 19:18:24 +0200 Subject: gfortran.h: Do not include system.h. 2010-05-21 Tobias Burnus * gfortran.h: Do not include system.h. * bbt.c: Include system.h. * data.c: Ditto. * dependency.c: Ditto. * dump-parse-tree.c: Ditto. * arith.h: Do not include gfortran.h. * constructor.h: Do not include gfortran.h and splay-tree.h. * match.h: Do not include gfortran.h. * parse.h: Ditto. * target-memory.h: Ditto. * openmp.c: Do not include toplev.h and target.h. * trans-stmt.c: Ditto not include toplev.h. * primary.c: Ditto. * trans-common.c: Tell why toplev.h is needed. And do not include target.h. * trans-expr.c: Tell why toplev.h is needed. * trans-array.c: Ditto. * trans-openmp.c: Ditto. * trans-const.c: Ditto. * trans.c: Ditto. * trans-types.c: Ditto. * trans-io.c: Ditto. * trans-decl.c: Ditto. * scanner.c: Ditto. * convert.c: Ditto. * trans-intrinsic.c: Ditto. * options.c: Ditto. From-SVN: r159763 --- gcc/fortran/constructor.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/fortran/constructor.h') diff --git a/gcc/fortran/constructor.h b/gcc/fortran/constructor.h index 1f7d783..558de7f 100644 --- a/gcc/fortran/constructor.h +++ b/gcc/fortran/constructor.h @@ -21,10 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GFC_CONSTRUCTOR_H #define GFC_CONSTRUCTOR_H -#include "gfortran.h" -#include "splay-tree.h" - - /* Get a new constructor structure. */ gfc_constructor *gfc_constructor_get (void); -- cgit v1.1