hotspot/src/share/vm/libadt/set.cpp
changeset 24429 4efc66ee325c
parent 24424 2658d7834c6e
parent 24425 53764d2358f9
child 30239 dc83236ebb28
--- a/hotspot/src/share/vm/libadt/set.cpp	Fri May 09 16:50:54 2014 -0400
+++ b/hotspot/src/share/vm/libadt/set.cpp	Mon May 12 09:47:57 2014 -0400
@@ -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;