aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/postreload-gcse.c')
-rw-r--r--gcc/postreload-gcse.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c
index c40d090..ea4bba4 100644
--- a/gcc/postreload-gcse.c
+++ b/gcc/postreload-gcse.c
@@ -27,25 +27,13 @@ along with GCC; see the file COPYING3. If not see
#include "predict.h"
#include "df.h"
#include "tm_p.h"
-#include "expmed.h"
#include "insn-config.h"
-#include "regs.h"
#include "emit-rtl.h"
#include "recog.h"
-#include "diagnostic-core.h"
-#include "alias.h"
-#include "flags.h"
#include "cfgrtl.h"
#include "profile.h"
-#include "dojump.h"
-#include "explow.h"
-#include "calls.h"
-#include "varasm.h"
-#include "stmt.h"
#include "expr.h"
-#include "except.h"
-#include "intl.h"
#include "params.h"
#include "tree-pass.h"
#include "dbgcnt.h"