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 6cfdcce6ec9..d452cf9ba73 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -26,9 +26,14 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "calls.h" #include "flags.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 "except.h" -#include "hash-set.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |