diff options
Diffstat (limited to 'gcc/tree-mudflap.c')
-rw-r--r-- | gcc/tree-mudflap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c index 87431e7237c..439d22f312a 100644 --- a/gcc/tree-mudflap.c +++ b/gcc/tree-mudflap.c @@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "gimple.h" #include "tree-iterator.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-mudflap.h" #include "tree-pass.h" #include "hashtab.h" |