diff options
Diffstat (limited to 'gcc/c/c-objc-common.c')
-rw-r--r-- | gcc/c/c-objc-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-objc-common.c b/gcc/c/c-objc-common.c index a783f805b28..bbb949a8051 100644 --- a/gcc/c/c-objc-common.c +++ b/gcc/c/c-objc-common.c @@ -20,10 +20,9 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "symtab.h" +#include "tree.h" #include "alias.h" #include "flags.h" -#include "tree.h" #include "c-tree.h" #include "intl.h" #include "c-family/c-pretty-print.h" |