summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceUtil/RWRecMutex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/RWRecMutex.cpp b/cpp/src/IceUtil/RWRecMutex.cpp
index 88899c5811d..8ee74b1f33d 100644
--- a/cpp/src/IceUtil/RWRecMutex.cpp
+++ b/cpp/src/IceUtil/RWRecMutex.cpp
@@ -86,7 +86,6 @@ IceUtil::RWRecMutex::timedTryReadlock(const Time& timeout) const
_count++;
}
-#include <iostream.h>
void
IceUtil::RWRecMutex::writelock() const
{