diff options
Diffstat (limited to 'gcc/objcp/objcp-lang.c')
-rw-r--r-- | gcc/objcp/objcp-lang.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/objcp/objcp-lang.c b/gcc/objcp/objcp-lang.c index 4e5ede22ceb..abcd559ae98 100644 --- a/gcc/objcp/objcp-lang.c +++ b/gcc/objcp/objcp-lang.c @@ -24,10 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "vec.h" #include "alias.h" -#include "symtab.h" +#include "tree.h" #include "options.h" #include "inchash.h" -#include "tree.h" #include "cp-tree.h" #include "c-family/c-common.h" #include "c-family/c-objc.h" |