diff options
Diffstat (limited to 'gcc/ddg.c')
-rw-r--r-- | gcc/ddg.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ddg.c b/gcc/ddg.c index e6966f3823c..0e40cdbcd9d 100644 --- a/gcc/ddg.c +++ b/gcc/ddg.c @@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "hash-set.h" #include "vec.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "flags.h" @@ -47,11 +46,7 @@ along with GCC; see the file COPYING3. If not see #include "sbitmap.h" #include "symtab.h" #include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "expmed.h" |