diff options
Diffstat (limited to 'gcc/tree-iterator.c')
-rw-r--r-- | gcc/tree-iterator.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-iterator.c b/gcc/tree-iterator.c index d42ae440752..4dfbd177f44 100644 --- a/gcc/tree-iterator.c +++ b/gcc/tree-iterator.c @@ -22,9 +22,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "tree-iterator.h" |