diff options
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r-- | gcc/df-scan.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 78ebb39ff70..91f6aca8406 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -29,13 +29,9 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "insn-config.h" #include "recog.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" |