From 584e424a5e8a220795443c0ba55da1cbf6c3e16f Mon Sep 17 00:00:00 2001 From: Xiaolong Peng Date: Thu, 28 May 2026 13:57:39 -0700 Subject: [PATCH] Fix header order again --- src/hotspot/share/gc/shenandoah/shenandoahSerialAllocator.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hotspot/share/gc/shenandoah/shenandoahSerialAllocator.cpp b/src/hotspot/share/gc/shenandoah/shenandoahSerialAllocator.cpp index 75021fd713e..bd1d88e5b3a 100644 --- a/src/hotspot/share/gc/shenandoah/shenandoahSerialAllocator.cpp +++ b/src/hotspot/share/gc/shenandoah/shenandoahSerialAllocator.cpp @@ -22,8 +22,6 @@ * */ -#include "gc/shenandoah/shenandoahSerialAllocator.hpp" - #include "gc/shared/cardTable.hpp" #include "gc/shared/plab.hpp" #include "gc/shenandoah/shenandoahAllocRequest.hpp" @@ -31,6 +29,7 @@ #include "gc/shenandoah/shenandoahHeap.inline.hpp" #include "gc/shenandoah/shenandoahHeapRegion.hpp" #include "gc/shenandoah/shenandoahMarkingContext.inline.hpp" +#include "gc/shenandoah/shenandoahSerialAllocator.hpp" #include "logging/log.hpp" using idx_t = ShenandoahSimpleBitMap::idx_t;