diff options
Diffstat (limited to 'gcc/c/c-array-notation.c')
-rw-r--r-- | gcc/c/c-array-notation.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-array-notation.c b/gcc/c/c-array-notation.c index e6a1539cda9..26147cec960 100644 --- a/gcc/c/c-array-notation.c +++ b/gcc/c/c-array-notation.c @@ -68,10 +68,9 @@ #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 "gimple-expr.h" #include "tree-iterator.h" |