diff options
Diffstat (limited to 'gcc/tree-dfa.c')
-rw-r--r-- | gcc/tree-dfa.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/tree-dfa.c b/gcc/tree-dfa.c index bc825be8232..238438e5a9b 100644 --- a/gcc/tree-dfa.c +++ b/gcc/tree-dfa.c @@ -33,12 +33,15 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "tree-pretty-print.h" #include "gimple.h" -#include "tree-ssa.h" +#include "gimple-ssa.h" +#include "tree-phinodes.h" +#include "ssa-iterators.h" +#include "tree-ssanames.h" +#include "tree-dfa.h" #include "tree-inline.h" #include "tree-pass.h" #include "convert.h" #include "params.h" -#include "cgraph.h" /* Build and maintain data flow information for trees. */ |