summaryrefslogtreecommitdiff
path: root/gcc/lower-subreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lower-subreg.c')
-rw-r--r--gcc/lower-subreg.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/gcc/lower-subreg.c b/gcc/lower-subreg.c
index bacb65f856d..2083133e01e 100644
--- a/gcc/lower-subreg.c
+++ b/gcc/lower-subreg.c
@@ -22,25 +22,18 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
-#include "alias.h"
-#include "symtab.h"
+#include "backend.h"
#include "tree.h"
#include "rtl.h"
+#include "df.h"
+#include "alias.h"
#include "tm_p.h"
#include "flags.h"
#include "insn-config.h"
#include "obstack.h"
-#include "predict.h"
-#include "hard-reg-set.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
#include "cfgrtl.h"
#include "cfgbuild.h"
-#include "basic-block.h"
#include "recog.h"
-#include "bitmap.h"
#include "dce.h"
#include "expmed.h"
#include "dojump.h"
@@ -53,7 +46,6 @@ along with GCC; see the file COPYING3. If not see
#include "except.h"
#include "regs.h"
#include "tree-pass.h"
-#include "df.h"
#include "lower-subreg.h"
#include "rtl-iter.h"