diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 9cdb1a5b978..d7f62125e4a 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -30,8 +30,9 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "ggc.h" #include "gimple-pretty-print.h" -#include "gimplify.h" +#include "gimple.h" #include "gimple-iterator.h" +#include "gimplify-me.h" #include "gimple-walk.h" #include "gimple-ssa.h" #include "cgraph.h" |