diff options
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r-- | gcc/ipa-utils.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index e4ea84c27b5..22900ccaac6 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -43,12 +43,19 @@ along with GCC; see the file COPYING3. If not see #include "dumpfile.h" #include "langhooks.h" #include "splay-tree.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" +#include "bitmap.h" #include "ipa-reference.h" #include "flags.h" #include "diagnostic.h" #include "langhooks.h" #include "lto-streamer.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" /* Debugging function for postorder and inorder code. NOTE is a string |