diff options
Diffstat (limited to 'gcc/godump.c')
-rw-r--r-- | gcc/godump.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/godump.c b/gcc/godump.c index da39d1fb0e9..63bd7dd440a 100644 --- a/gcc/godump.c +++ b/gcc/godump.c @@ -31,16 +31,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "diagnostic-core.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 "ggc.h" -#include "hash-set.h" #include "obstack.h" #include "debug.h" #include "wide-int-print.h" |