aboutsummaryrefslogtreecommitdiff
path: root/gcc/lcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r--gcc/lcm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/lcm.c b/gcc/lcm.c
index 2afb735..24822cf 100644
--- a/gcc/lcm.c
+++ b/gcc/lcm.c
@@ -52,15 +52,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "rtl.h"
-#include "tm_p.h"
-#include "insn-config.h"
-#include "regs.h"
-#include "recog.h"
-#include "flags.h"
#include "cfganal.h"
#include "lcm.h"
-#include "dumpfile.h"
/* Edge based LCM routines. */
static void compute_antinout_edge (sbitmap *, sbitmap *, sbitmap *, sbitmap *);