Skip to content

Commit 1d6f28b

Browse files
committed
sort forward declarations
1 parent 8952152 commit 1d6f28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/utilities/rbTree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ enum class RBTreeOrdering : int { LT, EQ, GT };
6363

6464
template <typename K, typename NodeType, typename COMPARATOR>
6565
class AbstractRBTree;
66-
class outputStream;
6766
class Arena;
67+
class outputStream;
6868
class ResourceArea;
6969

7070
class IntrusiveRBNode {

0 commit comments

Comments
 (0)