diff options
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r-- | gcc/ipa.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ipa.c b/gcc/ipa.c index 3950d4eb856..e52b7364caa 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -26,11 +26,10 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "cgraph.h" #include "tree-pass.h" -#include "gimple.h" +#include "pointer-set.h" +#include "gimple-expr.h" #include "gimplify.h" -#include "ggc.h" #include "flags.h" -#include "pointer-set.h" #include "target.h" #include "tree-iterator.h" #include "ipa-utils.h" |