diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index b5f2c3451da..b5b5b8b5cee 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -25,10 +25,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" +#include "tree.h" #include "options.h" #include "tm.h" -#include "tree.h" #include "stringpool.h" #include "stor-layout.h" #include "attribs.h" |