diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 6ffbd266711..51eab57c716 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "except.h" #include "pointer-set.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-inline.h" #include "tree-pass.h" #include "langhooks.h" |