diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 49e1c531c65..41e1f641fd8 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -29,13 +29,10 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.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 "tree.h" #include "tree-hasher.h" @@ -49,8 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "hashtab.h" #include "statistics.h" -#include "real.h" -#include "fixed-value.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |