diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/except.c b/gcc/except.c index f7dc193..e4b8cad 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -124,7 +124,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "except.h" #include "hard-reg-set.h" -#include "basic-block.h" #include "output.h" #include "dwarf2asm.h" #include "dwarf2out.h" @@ -132,7 +131,6 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "hash-table.h" #include "intl.h" -#include "ggc.h" #include "tm_p.h" #include "target.h" #include "common/common-target.h" @@ -141,7 +139,7 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "tree-pretty-print.h" #include "tree-pass.h" -#include "gimple.h" +#include "pointer-set.h" #include "cfgloop.h" /* Provide defaults for stuff that may not be defined when using |