diff options
Diffstat (limited to 'gcc/tree-mudflap.c')
-rw-r--r-- | gcc/tree-mudflap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c index 4c0d71d..a150311 100644 --- a/gcc/tree-mudflap.c +++ b/gcc/tree-mudflap.c @@ -32,7 +32,8 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "gimple.h" #include "tree-iterator.h" -#include "tree-ssa.h" +#include "cgraph.h" +#include "tree-cfg.h" #include "tree-mudflap.h" #include "tree-pass.h" #include "hashtab.h" @@ -40,8 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "demangle.h" #include "langhooks.h" #include "ggc.h" -#include "cgraph.h" -#include "gimple.h" #include "tree-ssa-address.h" extern void add_bb_to_loop (basic_block, struct loop *); |