hotspot/src/share/vm/libadt/set.hpp
changeset 24425 53764d2358f9
parent 7397 5b173b4ca846
--- a/hotspot/src/share/vm/libadt/set.hpp	Tue May 06 09:56:55 2014 -0400
+++ b/hotspot/src/share/vm/libadt/set.hpp	Wed May 07 06:03:31 2014 -0700
@@ -25,13 +25,10 @@
 #ifndef SHARE_VM_LIBADT_SET_HPP
 #define SHARE_VM_LIBADT_SET_HPP
 
-#include "libadt/port.hpp"
 #include "memory/allocation.hpp"
 
 // Sets - An Abstract Data Type
 
-//INTERFACE
-
 class SparseSet;
 class VectorSet;
 class ListSet;