From a456228771847475234d60f58307fff1ba5ecc43 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Tue, 21 Oct 2008 18:29:44 +0000 Subject: 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 --- cpp/src/qpid/client/ConnectionSettings.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/client/ConnectionSettings.cpp') 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 namespace qpid { namespace client { -- cgit v1.2.1