diff options
Diffstat (limited to 'gcc/config/microblaze')
-rw-r--r-- | gcc/config/microblaze/microblaze-c.c | 3 | ||||
-rw-r--r-- | gcc/config/microblaze/microblaze.c | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/microblaze/microblaze-c.c b/gcc/config/microblaze/microblaze-c.c index a879ac666c7..ac2ffe4f551 100644 --- a/gcc/config/microblaze/microblaze-c.c +++ b/gcc/config/microblaze/microblaze-c.c @@ -25,13 +25,10 @@ #include "tm.h" #include "cpplib.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 "c-family/c-common.h" diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c index 8f0f4085965..3cd13029828 100644 --- a/gcc/config/microblaze/microblaze.c +++ b/gcc/config/microblaze/microblaze.c @@ -26,20 +26,16 @@ #include "rtl.h" #include "regs.h" #include "hard-reg-set.h" -#include "real.h" #include "insn-config.h" #include "conditions.h" #include "insn-flags.h" #include "insn-attr.h" #include "recog.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 "varasm.h" @@ -49,7 +45,6 @@ #include "hashtab.h" #include "flags.h" #include "statistics.h" -#include "fixed-value.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |