summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/UpdateClient.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-14 14:32:39 +0000
committerAlan Conway <aconway@apache.org>2009-07-14 14:32:39 +0000
commitc7b58ba05104496a96cce3c7acd035253fd89f79 (patch)
tree6fb65c261f7ac7e53e8d9360e79e39635046a0b5 /cpp/src/qpid/cluster/UpdateClient.cpp
parentd2e4e9a156c15bfc4c11fd0e6088940caabd5339 (diff)
downloadqpid-python-c7b58ba05104496a96cce3c7acd035253fd89f79.tar.gz
Add directory to #include
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp')
-rw-r--r--cpp/src/qpid/cluster/UpdateClient.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.cpp b/cpp/src/qpid/cluster/UpdateClient.cpp
index a8ab105395..1e9af4a589 100644
--- a/cpp/src/qpid/cluster/UpdateClient.cpp
+++ b/cpp/src/qpid/cluster/UpdateClient.cpp
@@ -18,12 +18,12 @@
* under the License.
*
*/
-#include "UpdateClient.h"
-#include "Cluster.h"
-#include "ClusterMap.h"
-#include "Connection.h"
-#include "Decoder.h"
-#include "ExpiryPolicy.h"
+#include "qpid/cluster/UpdateClient.h"
+#include "qpid/cluster/Cluster.h"
+#include "qpid/cluster/ClusterMap.h"
+#include "qpid/cluster/Connection.h"
+#include "qpid/cluster/Decoder.h"
+#include "qpid/cluster/ExpiryPolicy.h"
#include "qpid/client/SessionBase_0_10Access.h"
#include "qpid/client/ConnectionAccess.h"
#include "qpid/client/SessionImpl.h"