summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ErrorCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/ErrorCheck.h')
-rw-r--r--cpp/src/qpid/cluster/ErrorCheck.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/ErrorCheck.h b/cpp/src/qpid/cluster/ErrorCheck.h
index c975b9af64..de8cedafb3 100644
--- a/cpp/src/qpid/cluster/ErrorCheck.h
+++ b/cpp/src/qpid/cluster/ErrorCheck.h
@@ -22,7 +22,7 @@
*
*/
-#include "qpid/cluster/types.h"
+#include "qpid/cluster/MemberSet.h"
#include "qpid/cluster/Multicaster.h"
#include "qpid/framing/enum.h"
#include "qpid/framing/SequenceNumber.h"
@@ -34,7 +34,6 @@ namespace qpid {
namespace cluster {
class EventFrame;
-class ClusterMap;
class Cluster;
class Multicaster;
class Connection;
@@ -48,7 +47,6 @@ class Connection;
class ErrorCheck
{
public:
- typedef std::set<MemberId> MemberSet;
typedef framing::cluster::ErrorType ErrorType;
typedef framing::SequenceNumber SequenceNumber;