diff options
Diffstat (limited to 'gcc/tree-ssa.c')
-rw-r--r-- | gcc/tree-ssa.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index f05db17..bf590d2 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -28,6 +28,12 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "langhooks.h" #include "basic-block.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "gimple-pretty-print.h" #include "tree-ssa-alias.h" @@ -49,7 +55,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa.h" #include "tree-inline.h" #include "hash-map.h" -#include "hashtab.h" #include "tree-pass.h" #include "diagnostic-core.h" #include "cfgloop.h" |