diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 49a1509..e632710 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -38,15 +38,11 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "rtl.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" -#include "real.h" #include "tree.h" #include "fold-const.h" #include "varasm.h" @@ -61,7 +57,6 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "hashtab.h" #include "statistics.h" -#include "fixed-value.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |