diff options
Diffstat (limited to 'gcc/cp/friend.c')
-rw-r--r-- | gcc/cp/friend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index f53ce27f19d..9d58efcc1c0 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -21,9 +21,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 "flags.h" /* Friend data structures are described in cp-tree.h. */ |