summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-23 15:31:57 +0000
committerAlan Conway <aconway@apache.org>2008-04-23 15:31:57 +0000
commit100150d5f53264f8cef2773eb7415291dbadb238 (patch)
tree821389c09105a707c918e43be536ed660ca022e5 /cpp/src/qpid/client
parentc25d4ec64b056134bb730932b30f382ca3caa008 (diff)
downloadqpid-python-100150d5f53264f8cef2773eb7415291dbadb238.tar.gz
- SequenceSet implemented on RangeSet.
- Reduced #include dependencides on SequenceSet.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client')
-rw-r--r--cpp/src/qpid/client/Results.cpp1
-rw-r--r--cpp/src/qpid/client/Results.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Results.cpp b/cpp/src/qpid/client/Results.cpp
index 1fb3a6fec9..c605af2878 100644
--- a/cpp/src/qpid/client/Results.cpp
+++ b/cpp/src/qpid/client/Results.cpp
@@ -21,6 +21,7 @@
#include "Results.h"
#include "FutureResult.h"
+#include "qpid/framing/SequenceSet.h"
using namespace qpid::framing;
using namespace boost;
diff --git a/cpp/src/qpid/client/Results.h b/cpp/src/qpid/client/Results.h
index e17021b327..c325dcf1c5 100644
--- a/cpp/src/qpid/client/Results.h
+++ b/cpp/src/qpid/client/Results.h
@@ -20,7 +20,6 @@
*/
#include "qpid/framing/SequenceNumber.h"
-#include "qpid/framing/SequenceSet.h"
#include <map>
#include <boost/shared_ptr.hpp>