diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/except.c b/gcc/except.c index 074f361..9a06fdc 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -115,15 +115,11 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "rtl.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" -#include "real.h" #include "tree.h" #include "fold-const.h" #include "stringpool.h" @@ -135,7 +131,6 @@ along with GCC; see the file COPYING3. If not see #include "optabs.h" #include "hashtab.h" #include "statistics.h" -#include "fixed-value.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |