diff options
Diffstat (limited to 'gcc/cgraphbuild.c')
-rw-r--r-- | gcc/cgraphbuild.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 2dc10a6..51ec01b 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -45,8 +45,14 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "intl.h" #include "tree-pass.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" #include "except.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" /* Context of record_reference. */ |