summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SimpleTxnBuffer.cpp')
-rw-r--r--cpp/src/qpid/broker/SimpleTxnBuffer.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/SimpleTxnBuffer.cpp b/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
index 7995eae874..c49c08fd06 100644
--- a/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
+++ b/cpp/src/qpid/broker/SimpleTxnBuffer.cpp
@@ -21,12 +21,11 @@
* \file SimpleTxnBuffer.cpp
*/
-#include "SimpleTxnBuffer.h"
-
-#include "AsyncResultHandle.h"
-#include "SimpleTxnOp.h"
-#include "TxnAsyncContext.h"
+#include "qpid/broker/SimpleTxnBuffer.h"
+#include "qpid/broker/AsyncResultHandle.h"
+#include "qpid/broker/SimpleTxnOp.h"
+#include "qpid/broker/TxnAsyncContext.h"
#include "qpid/log/Statement.h"
#include <uuid/uuid.h>