hotspot/src/share/vm/runtime/task.hpp
changeset 37466 287c4ebd11b0
parent 29321 b7582a690cb9
--- a/hotspot/src/share/vm/runtime/task.hpp	Tue Apr 12 07:17:44 2016 +0200
+++ b/hotspot/src/share/vm/runtime/task.hpp	Tue Apr 12 09:53:43 2016 +0200
@@ -25,7 +25,8 @@
 #ifndef SHARE_VM_RUNTIME_TASK_HPP
 #define SHARE_VM_RUNTIME_TASK_HPP
 
-#include "utilities/top.hpp"
+#include "memory/allocation.hpp"
+#include "runtime/timer.hpp"
 
 // A PeriodicTask has the sole purpose of executing its task
 // function with regular intervals.