src/hotspot/share/memory/allocation.hpp
changeset 57875 427b38332f20
parent 55745 fa337ff85b9a
child 57975 a333fdeb8de0
--- a/src/hotspot/share/memory/allocation.hpp	Fri Aug 23 23:27:19 2019 +0000
+++ b/src/hotspot/share/memory/allocation.hpp	Mon Aug 26 09:13:38 2019 +0200
@@ -25,12 +25,12 @@
 #ifndef SHARE_MEMORY_ALLOCATION_HPP
 #define SHARE_MEMORY_ALLOCATION_HPP
 
-#include "runtime/globals.hpp"
 #include "utilities/globalDefinitions.hpp"
 #include "utilities/macros.hpp"
 
 #include <new>
 
+class outputStream;
 class Thread;
 
 class AllocFailStrategy {