diff options
Diffstat (limited to 'gcc/cp/ptree.c')
-rw-r--r-- | gcc/cp/ptree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c index b0281df19b9..d01e8caab72 100644 --- a/gcc/cp/ptree.c +++ b/gcc/cp/ptree.c @@ -23,10 +23,10 @@ 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 "print-tree.h" #include "cp-tree.h" +#include "alias.h" +#include "print-tree.h" void cxx_print_decl (FILE *file, tree node, int indent) |