diff options
author | Kim van der Riet <kpvdr@apache.org> | 2012-07-16 17:30:00 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2012-07-16 17:30:00 +0000 |
commit | c94c9b5333c06c03deb6a6dcb1a91ecdf111b481 (patch) | |
tree | fd78b0ae0cb8edb6efa3759f60a93c639eff72a0 /cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp | |
parent | a804510d81ade0594a75b5c9b8765cafcc233245 (diff) | |
download | qpid-python-c94c9b5333c06c03deb6a6dcb1a91ecdf111b481.tar.gz |
QPID-3858: WIP - More tidy-up
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1362153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp')
-rw-r--r-- | cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp index 1497b678a0..6377cc0d85 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp +++ b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp @@ -34,8 +34,6 @@ #include "qpid/Modules.h" // Use with loading store as module #include "qpid/asyncStore/AsyncStoreImpl.h" #include "qpid/asyncStore/AsyncStoreOptions.h" -#include "qpid/broker/AsyncStore.h" -#include "qpid/sys/Poller.h" #include <iomanip> |