diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 778c0a7..85dc79f 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -29,6 +29,12 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "except.h" #include "pointer-set.h" +#include "basic-block.h" +#include "tree-ssa-alias.h" +#include "internal-fn.h" +#include "tree-eh.h" +#include "gimple-expr.h" +#include "is-a.h" #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" @@ -43,7 +49,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-pass.h" #include "langhooks.h" -#include "ggc.h" #include "diagnostic-core.h" #include "target.h" #include "cfgloop.h" |