src/hotspot/share/utilities/stack.hpp
changeset 48157 7c4d43c26352
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
--- a/src/hotspot/share/utilities/stack.hpp	Wed Nov 29 18:43:35 2017 -0800
+++ b/src/hotspot/share/utilities/stack.hpp	Tue Nov 28 21:43:45 2017 +0100
@@ -26,7 +26,6 @@
 #define SHARE_VM_UTILITIES_STACK_HPP
 
 #include "memory/allocation.hpp"
-#include "memory/allocation.inline.hpp"
 
 // Class Stack (below) grows and shrinks by linking together "segments" which
 // are allocated on demand.  Segments are arrays of the element type (E) plus an