]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/coverage.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / coverage.c
index 2ddf710bdf81792f907f18d5fdac3d0029d3f1b0..3c165a4fecf593bfd6195ab477d52e3bf9012972 100644 (file)
@@ -27,10 +27,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
 #include "rtl.h"
 #include "alias.h"
-#include "symtab.h"
 #include "tree.h"
 #include "fold-const.h"
 #include "stringpool.h"
@@ -38,8 +37,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "output.h"
 #include "regs.h"
-#include "hard-reg-set.h"
-#include "function.h"
 #include "insn-config.h"
 #include "expmed.h"
 #include "dojump.h"
@@ -49,10 +46,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "varasm.h"
 #include "stmt.h"
 #include "expr.h"
-#include "predict.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
 #include "toplev.h"
 #include "tm_p.h"
 #include "coverage.h"