diff options
Diffstat (limited to 'gcc/tree-call-cdce.c')
-rw-r--r-- | gcc/tree-call-cdce.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c index 5a6a4cfccf6..9ec11b21fa6 100644 --- a/gcc/tree-call-cdce.c +++ b/gcc/tree-call-cdce.c @@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "vec.h" #include "hashtab.h" #include "hash-set.h" -#include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" @@ -35,10 +34,7 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "symtab.h" #include "alias.h" -#include "double-int.h" -#include "wide-int.h" #include "inchash.h" -#include "real.h" #include "tree.h" #include "fold-const.h" #include "stor-layout.h" |