diff options
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index 1de50c21202..4bed8c7221e 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -20,11 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" -#include <ctype.h> -#include <stdio.h> -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif +#include "system.h" #include "rtl.h" #include "real.h" |