diff options
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r-- | gcc/ipa-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index b83c87b96ad..bda19fe159e 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "tree-flow.h" #include "tree-inline.h" -#include "tree-pass.h" +#include "dumpfile.h" #include "langhooks.h" #include "pointer-set.h" #include "splay-tree.h" @@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "cgraph.h" #include "flags.h" -#include "timevar.h" #include "diagnostic.h" #include "langhooks.h" |