hotspot/src/share/vm/runtime/signature.hpp
changeset 37466 287c4ebd11b0
parent 33593 60764a78fa5c
--- a/hotspot/src/share/vm/runtime/signature.hpp	Tue Apr 12 07:17:44 2016 +0200
+++ b/hotspot/src/share/vm/runtime/signature.hpp	Tue Apr 12 09:53:43 2016 +0200
@@ -27,7 +27,6 @@
 
 #include "memory/allocation.hpp"
 #include "oops/method.hpp"
-#include "utilities/top.hpp"
 
 // SignatureIterators iterate over a Java signature (or parts of it).
 // (Syntax according to: "The Java Virtual Machine Specification" by