diff options
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r-- | gcc/dumpfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index d5f601f..79dd810 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "dumpfile.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "gimple-pretty-print.h" #include "context.h" |