summaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r--gcc/value-prof.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c
index 2fe12b603f2..d5093544751 100644
--- a/gcc/value-prof.c
+++ b/gcc/value-prof.c
@@ -34,7 +34,11 @@ along with GCC; see the file COPYING3. If not see
#include "recog.h"
#include "optabs.h"
#include "regs.h"
-#include "ggc.h"
+#include "tree-ssa-alias.h"
+#include "internal-fn.h"
+#include "tree-eh.h"
+#include "gimple-expr.h"
+#include "is-a.h"
#include "gimple.h"
#include "gimplify.h"
#include "gimple-iterator.h"
@@ -51,7 +55,6 @@ along with GCC; see the file COPYING3. If not see
#include "gcov-io.h"
#include "timevar.h"
#include "dumpfile.h"
-#include "pointer-set.h"
#include "profile.h"
#include "data-streamer.h"
#include "builtins.h"