summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TxAck.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/TxAck.h')
-rw-r--r--cpp/src/qpid/broker/TxAck.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/TxAck.h b/cpp/src/qpid/broker/TxAck.h
index f284f8827d..40abac4020 100644
--- a/cpp/src/qpid/broker/TxAck.h
+++ b/cpp/src/qpid/broker/TxAck.h
@@ -21,9 +21,9 @@
#include <algorithm>
#include <functional>
#include <list>
-#include "qpid/broker/AccumulatedAck.h"
-#include "qpid/broker/DeliveryRecord.h"
-#include "qpid/broker/TxOp.h"
+#include <qpid/broker/AccumulatedAck.h>
+#include <qpid/broker/DeliveryRecord.h>
+#include <qpid/broker/TxOp.h>
namespace qpid {
namespace broker {