diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index b9b801f..11bd129 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -22,23 +22,20 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" +#include "cp-tree.h" +#include "gimple-expr.h" +#include "cgraph.h" +#include "alias.h" #include "fold-const.h" #include "tree-hasher.h" #include "stor-layout.h" #include "print-tree.h" #include "tree-iterator.h" -#include "cp-tree.h" #include "flags.h" #include "tree-inline.h" #include "debug.h" #include "convert.h" -#include "hard-reg-set.h" -#include "function.h" -#include "cgraph.h" -#include "splay-tree.h" -#include "gimple-expr.h" #include "gimplify.h" #include "attribs.h" |