summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionSettings.cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-21 18:29:44 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-21 18:29:44 +0000
commita456228771847475234d60f58307fff1ba5ecc43 (patch)
tree41ee422be98bedec96969b4785ffb34c15e128c1 /cpp/src/qpid/client/ConnectionSettings.cpp
parentf3c32c4937b95a0fafbbb36aa3e7d43471d77be3 (diff)
downloadqpid-python-a456228771847475234d60f58307fff1ba5ecc43.tar.gz
Refactor sys::AsynchIO class to allow reimplementing on other platforms without affecting upper level usage. Resolves QPID-1377 and supplies Windows AsynchIO.cpp
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/ConnectionSettings.cpp')
-rw-r--r--cpp/src/qpid/client/ConnectionSettings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/ConnectionSettings.cpp b/cpp/src/qpid/client/ConnectionSettings.cpp
index 751f867c1e..f5fc62dad2 100644
--- a/cpp/src/qpid/client/ConnectionSettings.cpp
+++ b/cpp/src/qpid/client/ConnectionSettings.cpp
@@ -22,7 +22,6 @@
#include "qpid/log/Logger.h"
#include "qpid/sys/Socket.h"
-#include <sys/socket.h>
namespace qpid {
namespace client {