summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-09 17:53:24 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-09 17:53:24 +0000
commita5cb93e37a12c2e5538fb77cfd3eae98fef777ca (patch)
treee1ddbb5eaad4595c4f1c81c3c18d199bef8e441b /gcc/cgraphunit.c
parenta702386376d79c6d5b2f1b542d075f6f64009e72 (diff)
downloadgcc-a5cb93e37a12c2e5538fb77cfd3eae98fef777ca.tar.gz
* gcc-plugin.h: Move decls to plugin.h and include it.
* plugin.h: Relocate decls from gcc-plugin.h * ggc-page.c: Include required header files. * passes.c: Likewise. * cgraphunit.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224293 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 81261613679..3aadf28dd31 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -176,6 +176,9 @@ along with GCC; see the file COPYING3. If not see
#include "input.h"
#include "function.h"
#include "basic-block.h"
+#include "dominance.h"
+#include "cfgcleanup.h"
+#include "cfg.h"
#include "tree-ssa-alias.h"
#include "internal-fn.h"
#include "gimple-fold.h"