diff options
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r-- | gcc/dumpfile.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index 28a195a6124..faba9d355c5 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -22,13 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "diagnostic-core.h" #include "dumpfile.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "gimple-pretty-print.h" #include "context.h" |