diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/except.c b/gcc/except.c index 5d08a15..1801fe7 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -125,14 +125,9 @@ along with GCC; see the file COPYING3. If not see #include "emit-rtl.h" #include "cgraph.h" #include "diagnostic.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "flags.h" -#include "dojump.h" #include "explow.h" -#include "calls.h" -#include "varasm.h" #include "stmt.h" #include "expr.h" #include "libfuncs.h" @@ -140,8 +135,6 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "dwarf2asm.h" #include "dwarf2out.h" -#include "toplev.h" -#include "intl.h" #include "common/common-target.h" #include "langhooks.h" #include "cfgrtl.h" |