diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gcc/final.c b/gcc/final.c index 07b589eeb3b..74a6d15d743 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -50,18 +50,7 @@ Boston, MA 02111-1307, USA. */ #else #include <varargs.h> #endif -#include <stdio.h> -#include <ctype.h> -#if HAVE_STDLIB_H -#include <stdlib.h> -#endif -#ifdef HAVE_STRING_H -#include <string.h> -#else -#ifdef HAVE_STRINGS_H -#include <strings.h> -#endif -#endif +#include "system.h" #include "tree.h" #include "rtl.h" |