diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index cb126a4f7db..cff332f5267 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -60,10 +60,7 @@ Boston, MA 02111-1307, USA. */ here if their preferred class is likely to be used by spills. */ #include "config.h" -#include <stdio.h> -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif +#include "system.h" #include "rtl.h" #include "flags.h" #include "basic-block.h" |