diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-01-12 09:53:25 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-01-12 09:53:25 +0100 |
commit | 5fcd8ff669a6b0217436c9a664e5d548002b6bb8 (patch) | |
tree | 345bb5b4eba3590955b604bf3201c0fe069f451d /cpp/src/Ice/ProtocolInstance.cpp | |
parent | ICE-6262 ObjC: Update Connection and Endpoint Info (diff) | |
download | ice-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.cpp | 2 |
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; |