diff options
Diffstat (limited to 'gcc/config/moxie/moxie.c')
-rw-r--r-- | gcc/config/moxie/moxie.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gcc/config/moxie/moxie.c b/gcc/config/moxie/moxie.c index c178777d4dc..2450a827a63 100644 --- a/gcc/config/moxie/moxie.c +++ b/gcc/config/moxie/moxie.c @@ -48,12 +48,20 @@ #include "stor-layout.h" #include "varasm.h" #include "calls.h" +#include "hashtab.h" +#include "function.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "emit-rtl.h" +#include "stmt.h" #include "expr.h" #include "insn-codes.h" #include "optabs.h" #include "except.h" -#include "input.h" -#include "function.h" #include "ggc.h" #include "target.h" #include "target-def.h" |