diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 86d3d002a6a..00705872dcd 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -29,12 +29,9 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "hard-reg-set.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "varasm.h" @@ -44,8 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "function.h" #include "insn-config.h" -#include "hashtab.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |