summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProtocolInstance.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-01-12 09:53:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-01-12 09:53:25 +0100
commit5fcd8ff669a6b0217436c9a664e5d548002b6bb8 (patch)
tree345bb5b4eba3590955b604bf3201c0fe069f451d /cpp/src/Ice/ProtocolInstance.cpp
parentICE-6262 ObjC: Update Connection and Endpoint Info (diff)
downloadice-5fcd8ff669a6b0217436c9a664e5d548002b6bb8.tar.bz2
ice-5fcd8ff669a6b0217436c9a664e5d548002b6bb8.tar.xz
ice-5fcd8ff669a6b0217436c9a664e5d548002b6bb8.zip
Removed the IceSSL/EndpointInfo.h include from ProtocolInstance.cpp
Diffstat (limited to 'cpp/src/Ice/ProtocolInstance.cpp')
-rw-r--r--cpp/src/Ice/ProtocolInstance.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/ProtocolInstance.cpp b/cpp/src/Ice/ProtocolInstance.cpp
index a376873af05..c9b26c56f7e 100644
--- a/cpp/src/Ice/ProtocolInstance.cpp
+++ b/cpp/src/Ice/ProtocolInstance.cpp
@@ -14,8 +14,6 @@
#include <Ice/DefaultsAndOverrides.h>
#include <Ice/TraceLevels.h>
-#include <IceSSL/EndpointInfo.h>
-
using namespace std;
using namespace Ice;
using namespace IceInternal;