Fix header order again

This commit is contained in:
Xiaolong Peng 2026-05-28 13:57:39 -07:00
parent f81c6c7323
commit 584e424a5e

View File

@ -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;