aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-06-09 17:53:24 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-06-09 17:53:24 +0000
commite677a9d463e8a39f5779e73f409f156afefb95dd (patch)
treee1ddbb5eaad4595c4f1c81c3c18d199bef8e441b /gcc/cgraphunit.c
parent34f42d7bf400ba0facaa38ee9fee21b639d28146 (diff)
downloadgcc-e677a9d463e8a39f5779e73f409f156afefb95dd.zip
gcc-e677a9d463e8a39f5779e73f409f156afefb95dd.tar.gz
gcc-e677a9d463e8a39f5779e73f409f156afefb95dd.tar.bz2
gcc-plugin.h: Move decls to plugin.h and include it.
* 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. From-SVN: r224293
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 8126161..3aadf28 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"