diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index c7783d039c8..42dca296f9c 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -27,10 +27,7 @@ Boston, MA 02111-1307, USA. */ and are responsible for combining constants with the same value. */ #include "config.h" -#include <stdio.h> -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif +#include "system.h" #include <setjmp.h> /* #include <stab.h> */ #include "rtl.h" @@ -52,8 +49,6 @@ Boston, MA 02111-1307, USA. */ #include "xcoffout.h" #endif -#include <ctype.h> - #ifndef TRAMPOLINE_ALIGNMENT #define TRAMPOLINE_ALIGNMENT FUNCTION_BOUNDARY #endif |