diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 3ac8c2da764..88e96b7dbd2 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" -#include "machmode.h" #include "hard-reg-set.h" #include "rtl-error.h" #include "tm_p.h" @@ -38,11 +37,7 @@ along with GCC; see the file COPYING3. If not see #include "symtab.h" #include "rtl.h" #include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "expmed.h" |