diff --git a/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp b/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp
index 23092ebb687a35075c714c9d971baf4075fd306d..1a88b3023591d4545e2c0405493d662edb1826d5 100644
--- a/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp
+++ b/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.3  2002/05/07 14:36:44  tng
+ * [Bug 8852] UnixHTTPURLInputStream.cpp includes unneeded file.
+ *
  * Revision 1.2  2002/03/11 21:08:23  peiyongz
  * Bug#7000: fix to corrupted URL, patch from kent@iastate.edu (Kent)
  *
@@ -99,7 +102,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <iostream.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/socket.h>