diff options
Diffstat (limited to 'gcc/godump.c')
-rw-r--r-- | gcc/godump.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/godump.c b/gcc/godump.c index 783f3d4cd98..ea177bde3c7 100644 --- a/gcc/godump.c +++ b/gcc/godump.c @@ -32,9 +32,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "diagnostic-core.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "obstack.h" #include "debug.h" #include "wide-int-print.h" |