diff options
author | Steven G. Kargl <kargls@comcast.net> | 2005-01-03 21:43:55 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-01-03 13:43:55 -0800 |
commit | d22e48951caab38e753e3a03bf2b907bcfaddaff (patch) | |
tree | 3a53104e3cc8d16f51bdf0dabaafa5ed63c36e5a /gcc/fortran/trans-array.c | |
parent | 8f1032c16a6e30d789be20320b1f8c443833fadd (diff) | |
download | gcc-d22e48951caab38e753e3a03bf2b907bcfaddaff.zip gcc-d22e48951caab38e753e3a03bf2b907bcfaddaff.tar.gz gcc-d22e48951caab38e753e3a03bf2b907bcfaddaff.tar.bz2 |
arith.c: Add system.h; remove string.h
* arith.c: Add system.h; remove string.h
* decl.c: Ditto
* matchexp.c: Ditto
* parse.c: Ditto
* resolve.c: Ditto
* st.c: Ditto
* check.c: Remove stdlib.h and stdarg.h
* error.c: Remove stdlib.h, stdarg.h, stdio.h, string.h
* expr.c: Add system.h; remove stdarg.h, stdio.h, and string.h
* f95-lang.c: Add system.h; remove stdio.h
* interface.c: Add system.h; remove stdlib.h and string.h
* intrinsic.c: Remove stdarg.h, stdio.h, and string.h
* io.c: Remove string.h
* simplify.c: Ditto
* match.c: Remove stdarg.h and string.h
* misc.c: Update copyright; add system.h; remove stdlib.h,
string.h, and sys/stat.h
* module.c: Add system.h; remove string.h, stdio.h, errno.h,
unistd.h, and time.h
* option.c: Remove string.h and stdlib.h
* primary.c: Ditto
* scanner.c: Update copyright; add system.h; remove stdlib.h,
stdio.h, string.h, and strings.h
* symbol.c: Add system.h; remove stdlib.h, stdio.h, and string.h
* trans-array.c: Remove stdio.h and gmp.h
* trans-const.c: Ditto
* trans-expr.c: Ditto
* trans-io.c: Ditto
* trans-stmt.c: Ditto
* trans.c: Ditto
* trans-intrinsic.c: Remove stdio.h and string.h
From-SVN: r92866
Diffstat (limited to 'gcc/fortran/trans-array.c')
-rw-r--r-- | gcc/fortran/trans-array.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index 330c34b..4e249f2 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -81,12 +81,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "coretypes.h" #include "tree.h" #include "tree-gimple.h" -#include <stdio.h> #include "ggc.h" #include "toplev.h" #include "real.h" #include "flags.h" -#include <gmp.h> #include "gfortran.h" #include "trans.h" #include "trans-stmt.h" |