summaryrefslogtreecommitdiff
path: root/cpp/src/tests/storePerftools/asyncPerf
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf')
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/MessageConsumer.cpp5
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/MessageProducer.cpp5
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp10
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/PerfTest.h6
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/TestOptions.cpp2
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/TestResult.cpp2
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/TestResult.h3
7 files changed, 13 insertions, 20 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/MessageConsumer.cpp b/cpp/src/tests/storePerftools/asyncPerf/MessageConsumer.cpp
index cc24500800..75a0223eaa 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/MessageConsumer.cpp
+++ b/cpp/src/tests/storePerftools/asyncPerf/MessageConsumer.cpp
@@ -21,14 +21,13 @@
* \file MessageConsumer.cpp
*/
-#include "MessageConsumer.h"
-
-#include "TestOptions.h"
+#include "tests/storePerftools/asyncPerf/MessageConsumer.h"
#include "qpid/broker/SimpleDeliveryRecord.h"
#include "qpid/broker/SimpleQueue.h"
#include "qpid/broker/SimpleTxnAccept.h"
#include "qpid/broker/SimpleTxnBuffer.h"
+#include "tests/storePerftools/asyncPerf/TestOptions.h"
#include <stdint.h> // uint32_t
diff --git a/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.cpp b/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.cpp
index f5c47c796d..a5204432ec 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.cpp
+++ b/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.cpp
@@ -21,15 +21,14 @@
* \file MessageProducer.cpp
*/
-#include "MessageProducer.h"
-
-#include "TestOptions.h"
+#include "tests/storePerftools/asyncPerf/MessageProducer.h"
#include "qpid/asyncStore/PersistableMessageContext.h"
#include "qpid/broker/SimpleMessage.h"
#include "qpid/broker/SimpleQueue.h"
#include "qpid/broker/SimpleTxnBuffer.h"
#include "qpid/broker/SimpleTxnPublish.h"
+#include "tests/storePerftools/asyncPerf/TestOptions.h"
#include <stdint.h> // uint32_t
diff --git a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp
index 3cd4eefbd9..fadc531150 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp
+++ b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp
@@ -21,14 +21,12 @@
* \file PerfTest.cpp
*/
-#include "PerfTest.h"
-
-#include "MessageConsumer.h"
-#include "MessageProducer.h"
-
-#include "tests/storePerftools/version.h"
+#include "tests/storePerftools/asyncPerf/MessageConsumer.h"
+#include "tests/storePerftools/asyncPerf/MessageProducer.h"
+#include "tests/storePerftools/asyncPerf/PerfTest.h"
#include "tests/storePerftools/common/ScopedTimer.h"
#include "tests/storePerftools/common/Thread.h"
+#include "tests/storePerftools/version.h"
#include "qpid/Modules.h" // Use with loading store as module
#include "qpid/asyncStore/AsyncStoreImpl.h"
diff --git a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h
index 27d8d08faf..0e45bae4aa 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h
+++ b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h
@@ -24,13 +24,11 @@
#ifndef tests_storePerftools_asyncPerf_PerfTest_h_
#define tests_storePerftools_asyncPerf_PerfTest_h_
-#include "TestResult.h"
-
-#include "tests/storePerftools/common/Streamable.h"
-
#include "qpid/broker/AsyncResultQueueImpl.h"
#include "qpid/framing/FieldTable.h"
#include "qpid/sys/Thread.h"
+#include "tests/storePerftools/asyncPerf/TestResult.h"
+#include "tests/storePerftools/common/Streamable.h"
#include <boost/shared_ptr.hpp>
#include <deque>
diff --git a/cpp/src/tests/storePerftools/asyncPerf/TestOptions.cpp b/cpp/src/tests/storePerftools/asyncPerf/TestOptions.cpp
index 20e9c39f1b..3487f8531f 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/TestOptions.cpp
+++ b/cpp/src/tests/storePerftools/asyncPerf/TestOptions.cpp
@@ -21,7 +21,7 @@
* \file TestOptions.cpp
*/
-#include "TestOptions.h"
+#include "tests/storePerftools/asyncPerf/TestOptions.h"
namespace tests {
namespace storePerftools {
diff --git a/cpp/src/tests/storePerftools/asyncPerf/TestResult.cpp b/cpp/src/tests/storePerftools/asyncPerf/TestResult.cpp
index 312fa187b8..2433394a0d 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/TestResult.cpp
+++ b/cpp/src/tests/storePerftools/asyncPerf/TestResult.cpp
@@ -21,7 +21,7 @@
* \file TestResult.cpp
*/
-#include "TestResult.h"
+#include "tests/storePerftools/asyncPerf/TestResult.h"
namespace tests {
namespace storePerftools {
diff --git a/cpp/src/tests/storePerftools/asyncPerf/TestResult.h b/cpp/src/tests/storePerftools/asyncPerf/TestResult.h
index b2ad49daf7..d1ab5ce929 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/TestResult.h
+++ b/cpp/src/tests/storePerftools/asyncPerf/TestResult.h
@@ -24,8 +24,7 @@
#ifndef tests_storePerftools_asyncPerf_TestResult_h_
#define tests_storePerftools_asyncPerf_TestResult_h_
-#include "TestOptions.h"
-
+#include "tests/storePerftools/asyncPerf/TestOptions.h"
#include "tests/storePerftools/common/TestResult.h"
namespace tests {