hotspot/src/share/vm/libadt/set.cpp
changeset 24425 53764d2358f9
parent 13963 e5b53c306fb5
child 24429 4efc66ee325c
--- a/hotspot/src/share/vm/libadt/set.cpp	Tue May 06 09:56:55 2014 -0400
+++ b/hotspot/src/share/vm/libadt/set.cpp	Wed May 07 06:03:31 2014 -0700
@@ -28,20 +28,11 @@
 
 // Sets - An Abstract Data Type
 
-// %%%%% includes not needed with AVM framework - Ungar
-// #include "port.hpp"
-//IMPLEMENTATION
-// #include "set.hpp"
-
 #include <stdio.h>
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
 
-// Not needed and it causes terouble for gcc.
-//
-// #include <iostream.h>
-
 //-------------------------Virtual Functions-----------------------------------
 // These functions MUST be implemented by the inheriting class.
 class SparseSet;