diff options
Diffstat (limited to 'gcc/dse.c')
-rw-r--r-- | gcc/dse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dse.c b/gcc/dse.c index fae63af5ce6..7f489c03837 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -29,15 +29,11 @@ along with GCC; see the file COPYING3. If not see #include "tm.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 "stor-layout.h" @@ -59,7 +55,6 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "function.h" #include "statistics.h" -#include "fixed-value.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |