--- old/src/share/vm/libadt/set.cpp 2014-05-05 12:28:53.112943000 -0700 +++ new/src/share/vm/libadt/set.cpp 2014-05-05 12:28:51.983419000 -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 #include #include #include -// Not needed and it causes terouble for gcc. -// -// #include - //-------------------------Virtual Functions----------------------------------- // These functions MUST be implemented by the inheriting class. class SparseSet;