src/hotspot/share/memory/freeList.hpp
changeset 49708 6709f13dccd3
parent 49364 601146c66cad
child 53244 9807daeb47c4
--- a/src/hotspot/share/memory/freeList.hpp	Fri Apr 06 03:53:28 2018 +0200
+++ b/src/hotspot/share/memory/freeList.hpp	Fri Apr 06 11:37:26 2018 +0200
@@ -25,10 +25,6 @@
 #ifndef SHARE_VM_MEMORY_FREELIST_HPP
 #define SHARE_VM_MEMORY_FREELIST_HPP
 
-#include "gc/cms/allocationStats.hpp"
-
-class CompactibleFreeListSpace;
-
 // A class for maintaining a free list of Chunk's.  The FreeList
 // maintains a the structure of the list (head, tail, etc.) plus
 // statistics for allocations from the list.  The links between items