diff options
Diffstat (limited to 'gcc/fortran/misc.c')
-rw-r--r-- | gcc/fortran/misc.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index 3f70583..45117f5 100644 --- a/gcc/fortran/misc.c +++ b/gcc/fortran/misc.c @@ -1,5 +1,5 @@ /* Miscellaneous stuff that doesn't fit anywhere else. - Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. @@ -21,10 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.h" -#include <stdlib.h> -#include <string.h> -#include <sys/stat.h> - +#include "system.h" #include "gfortran.h" |