summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/UpdateClient.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-04-15 17:45:45 +0000
committerAlan Conway <aconway@apache.org>2009-04-15 17:45:45 +0000
commitb73dada8c6e7ce38c48b11ff8b79c821d9dee0c1 (patch)
tree82b14fa8a183edc6e76e745aeb6b27aa3b1218f0 /cpp/src/qpid/cluster/UpdateClient.cpp
parentf608cd0f72d98d60f92165ac0efd6c70efcd870c (diff)
downloadqpid-python-b73dada8c6e7ce38c48b11ff8b79c821d9dee0c1.tar.gz
Cleaned up some un-necessary #include dependencies.
Removed un-used LatencyMetric hack. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@765285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp')
-rw-r--r--cpp/src/qpid/cluster/UpdateClient.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.cpp b/cpp/src/qpid/cluster/UpdateClient.cpp
index 2696495cb7..7efe84f2d7 100644
--- a/cpp/src/qpid/cluster/UpdateClient.cpp
+++ b/cpp/src/qpid/cluster/UpdateClient.cpp
@@ -26,6 +26,8 @@
#include "ExpiryPolicy.h"
#include "qpid/client/SessionBase_0_10Access.h"
#include "qpid/client/ConnectionAccess.h"
+#include "qpid/client/SessionImpl.h"
+#include "qpid/client/ConnectionImpl.h"
#include "qpid/broker/Broker.h"
#include "qpid/broker/Queue.h"
#include "qpid/broker/QueueRegistry.h"