diff options
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r-- | gcc/cp/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c index 25a15d7..471e124 100644 --- a/gcc/cp/dump.c +++ b/gcc/cp/dump.c @@ -22,9 +22,9 @@ 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 "alias.h" #include "tree-dump.h" static void dump_access (dump_info_p, tree); |