summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r--gcc/cfgrtl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c
index de659d65f26..b8cfd5c5b89 100644
--- a/gcc/cfgrtl.c
+++ b/gcc/cfgrtl.c
@@ -46,28 +46,17 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h"
#include "cfghooks.h"
#include "df.h"
-#include "tm_p.h"
-#include "expmed.h"
#include "insn-config.h"
-#include "regs.h"
#include "emit-rtl.h"
-#include "alias.h"
#include "cfgrtl.h"
#include "cfganal.h"
#include "cfgbuild.h"
#include "cfgcleanup.h"
#include "bb-reorder.h"
-#include "flags.h"
-#include "except.h"
#include "rtl-error.h"
#include "insn-attr.h"
#include "dojump.h"
-#include "explow.h"
-#include "calls.h"
-#include "varasm.h"
-#include "stmt.h"
#include "expr.h"
-#include "common/common-target.h"
#include "cfgloop.h"
#include "tree-pass.h"
#include "print-rtl.h"