summaryrefslogtreecommitdiff
path: root/gcc/config/moxie/moxie.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/moxie/moxie.c')
-rw-r--r--gcc/config/moxie/moxie.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/gcc/config/moxie/moxie.c b/gcc/config/moxie/moxie.c
index 7a80f77bde3..af05d823bc5 100644
--- a/gcc/config/moxie/moxie.c
+++ b/gcc/config/moxie/moxie.c
@@ -21,10 +21,11 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
+#include "tree.h"
#include "rtl.h"
+#include "df.h"
#include "regs.h"
-#include "hard-reg-set.h"
#include "insn-config.h"
#include "conditions.h"
#include "insn-flags.h"
@@ -36,12 +37,9 @@
#include "diagnostic-core.h"
#include "obstack.h"
#include "alias.h"
-#include "symtab.h"
-#include "tree.h"
#include "stor-layout.h"
#include "varasm.h"
#include "calls.h"
-#include "function.h"
#include "expmed.h"
#include "dojump.h"
#include "explow.h"
@@ -54,16 +52,11 @@
#include "target.h"
#include "tm_p.h"
#include "langhooks.h"
-#include "dominance.h"
-#include "cfg.h"
#include "cfgrtl.h"
#include "cfganal.h"
#include "lcm.h"
#include "cfgbuild.h"
#include "cfgcleanup.h"
-#include "predict.h"
-#include "basic-block.h"
-#include "df.h"
#include "builtins.h"
/* This file should be included last. */