diff options
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r-- | gcc/c/c-parser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index b863dbc64f0..9fb1107628f 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -39,10 +39,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" /* For rtl.h: needs enum reg_class. */ -#include "symtab.h" +#include "tree.h" #include "alias.h" #include "flags.h" -#include "tree.h" #include "fold-const.h" #include "stringpool.h" #include "attribs.h" |