diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 8745aea8cdb..47d12505ed3 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -25,15 +25,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 "stor-layout.h" #include "tm_p.h" @@ -43,7 +39,6 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "hashtab.h" #include "statistics.h" -#include "fixed-value.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |