diff options
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c index e96420bcfea..1114ba74cc8 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -24,10 +24,7 @@ Boston, MA 02111-1307, USA. */ and a function init_reg_sets to initialize the tables. */ #include "config.h" -#include <stdio.h> -#if HAVE_STDLIB_H -#include <stdlib.h> -#endif +#include "system.h" #include "rtl.h" #include "hard-reg-set.h" #include "flags.h" |