diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 305724fe9a6..617d6579948 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -21,31 +21,19 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "target.h" #include "rtl.h" #include "tree.h" #include "gimple.h" #include "cfghooks.h" #include "tree-pass.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" #include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "except.h" #include "cfganal.h" #include "cfgcleanup.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimple-iterator.h" #include "tree-cfg.h" |