diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 193e017..fa1b155 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -30,8 +30,12 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-pretty-print.h" #include "langhooks.h" -#include "tree-ssa.h" +#include "bitmap.h" +#include "gimple-ssa.h" #include "cgraph.h" +#include "tree-cfg.h" +#include "tree-ssanames.h" +#include "tree-ssa.h" #include "timevar.h" #include "hashtab.h" #include "flags.h" |