hotspot/src/share/vm/runtime/threadLocalStorage.hpp
changeset 37466 287c4ebd11b0
parent 34633 2a6c7c7b30a7
--- a/hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Tue Apr 12 07:17:44 2016 +0200
+++ b/hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Tue Apr 12 09:53:43 2016 +0200
@@ -25,7 +25,7 @@
 #ifndef SHARE_VM_RUNTIME_THREADLOCALSTORAGE_HPP
 #define SHARE_VM_RUNTIME_THREADLOCALSTORAGE_HPP
 
-#include "utilities/top.hpp"
+#include "memory/allocation.hpp"
 
 // forward-decl as we can't have an include cycle
 class Thread;