summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslConnectionOpenSSL.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-01-04 20:53:59 +0000
committerAnthony Neal <aneal@zeroc.com>2002-01-04 20:53:59 +0000
commit759a3b22b95e70552354ff514f15a77a0ccf3871 (patch)
tree7e6c6bb9b0348a2d74d2f1bd20962a1b5d0769d9 /cpp/src/Ice/SslConnectionOpenSSL.cpp
parentfile ClientBlobject.cpp was initially added on branch glacier. (diff)
downloadice-759a3b22b95e70552354ff514f15a77a0ccf3871.tar.bz2
ice-759a3b22b95e70552354ff514f15a77a0ccf3871.tar.xz
ice-759a3b22b95e70552354ff514f15a77a0ccf3871.zip
Updated to simplify the dependencies of the .h files.
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSL.cpp')
-rw-r--r--cpp/src/Ice/SslConnectionOpenSSL.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSL.cpp b/cpp/src/Ice/SslConnectionOpenSSL.cpp
index 78c4f0ceb3c..4b20df70f60 100644
--- a/cpp/src/Ice/SslConnectionOpenSSL.cpp
+++ b/cpp/src/Ice/SslConnectionOpenSSL.cpp
@@ -18,8 +18,12 @@
#include <Ice/Security.h>
#include <Ice/SecurityException.h>
#include <Ice/SslConnection.h>
+#include <Ice/SslConnectionOpenSSL.h>
#include <Ice/SslSystemOpenSSL.h>
+#include <Ice/TraceLevels.h>
+#include <Ice/Logger.h>
+
using namespace std;
using namespace IceInternal;