summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 5d08a155949..1801fe726d1 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"