summaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/predict.c')
-rw-r--r--gcc/predict.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index 5fd41658e86..7e0f848f177 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -31,39 +31,24 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "target.h"
#include "rtl.h"
#include "tree.h"
#include "gimple.h"
#include "cfghooks.h"
#include "tree-pass.h"
-#include "tm_p.h"
#include "ssa.h"
-#include "expmed.h"
-#include "insn-config.h"
-#include "regs.h"
#include "emit-rtl.h"
-#include "recog.h"
#include "cgraph.h"
#include "coverage.h"
#include "diagnostic-core.h"
#include "gimple-predict.h"
-#include "alias.h"
#include "fold-const.h"
#include "calls.h"
#include "cfganal.h"
-#include "flags.h"
#include "profile.h"
-#include "except.h"
-#include "dojump.h"
-#include "explow.h"
-#include "varasm.h"
-#include "stmt.h"
-#include "expr.h"
#include "sreal.h"
#include "params.h"
#include "cfgloop.h"
-#include "internal-fn.h"
#include "gimple-iterator.h"
#include "tree-cfg.h"
#include "tree-ssa-loop-niter.h"