diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-22 14:02:23 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-22 14:02:23 +0000 |
commit | a42747ec8654102b36aa8aa03836a3d8e902a8bd (patch) | |
tree | 6e596d681e3a09c286c93432603e1b6bd9a2c84e /cppe/src/IceE/Connection.cpp | |
parent | Project fixes (diff) | |
download | ice-a42747ec8654102b36aa8aa03836a3d8e902a8bd.tar.bz2 ice-a42747ec8654102b36aa8aa03836a3d8e902a8bd.tar.xz ice-a42747ec8654102b36aa8aa03836a3d8e902a8bd.zip |
Removed debug include
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp index c2ddb0a1bff..7e493dbfbda 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -27,8 +27,6 @@ # include <IceE/Incoming.h> #endif -#include <iostream> - using namespace std; using namespace Ice; using namespace IceInternal; |