summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/asyncStore/AsyncStoreImpl.h')
-rw-r--r--cpp/src/qpid/asyncStore/AsyncStoreImpl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/src/qpid/asyncStore/AsyncStoreImpl.h b/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
index 40a7552a68..12a7f62c09 100644
--- a/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
+++ b/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
@@ -24,11 +24,10 @@
#ifndef qpid_asyncStore_AsyncStoreImpl_h_
#define qpid_asyncStore_AsyncStoreImpl_h_
-#include "AsyncStoreOptions.h"
-#include "RunState.h"
-#include "OperationQueue.h"
-
+#include "qpid/asyncStore/AsyncStoreOptions.h"
#include "qpid/asyncStore/jrnl2/RecordIdCounter.h"
+#include "qpid/asyncStore/RunState.h"
+#include "qpid/asyncStore/OperationQueue.h"
#include "qpid/broker/AsyncStore.h"
namespace qpid {