diff options
Diffstat (limited to 'gcc/ccmp.c')
-rw-r--r-- | gcc/ccmp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ccmp.c b/gcc/ccmp.c index 5d1755402d1..d51b03a6967 100644 --- a/gcc/ccmp.c +++ b/gcc/ccmp.c @@ -24,13 +24,10 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "tm_p.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 "fold-const.h" @@ -42,8 +39,6 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "flags.h" #include "statistics.h" -#include "real.h" -#include "fixed-value.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |