diff options
Diffstat (limited to 'gcc/f/g77spec.c')
-rw-r--r-- | gcc/f/g77spec.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c index 4f5336bd391..7c780183106 100644 --- a/gcc/f/g77spec.c +++ b/gcc/f/g77spec.c @@ -45,20 +45,8 @@ Boston, MA 02111-1307, USA. */ `gcc' itself. */ #include "config.h" - -#include <sys/types.h> -#include <stdio.h> - +#include "system.h" #include "gansidecl.h" - -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif - -#ifdef HAVE_STRING_H -#include <string.h> -#endif - #include <f/version.h> #ifndef MATH_LIBRARY |