8326722: Cleanup unnecessary forward declaration in collectedHeap.hpp

Reviewed-by: tschatzl
This commit is contained in:
Zhengyu Gu 2024-02-27 15:09:56 +00:00
parent c5c866aafe
commit 4fcae1aef5

View File

@ -46,9 +46,6 @@
// class defines the functions that a heap must implement, and contains
// infrastructure common to all heaps.
class WorkerTask;
class AdaptiveSizePolicy;
class BarrierSet;
class GCHeapLog;
class GCHeapSummary;
class GCTimer;