diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-12-20 23:55:17 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-12-20 23:55:17 +0000 |
| commit | d9f7dbab20bbf587a175887a4c2b51ad645325b7 (patch) | |
| tree | d612df88288dab75bdcb009a9d524d4f6b1ef386 /cpp | |
| parent | 1e00ed98284bece636addcc7572ec793487212df (diff) | |
| download | qpid-python-d9f7dbab20bbf587a175887a4c2b51ad645325b7.tar.gz | |
NO-JIRA: Removed unnecessary header includes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/store/MessageStorePlugin.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/cpp/src/qpid/store/MessageStorePlugin.h b/cpp/src/qpid/store/MessageStorePlugin.h index 2631f592a3..1fcde6683d 100644 --- a/cpp/src/qpid/store/MessageStorePlugin.h +++ b/cpp/src/qpid/store/MessageStorePlugin.h @@ -24,18 +24,22 @@ #include "qpid/Plugin.h" #include "qpid/Options.h" -#include "qpid/broker/Broker.h" #include "qpid/broker/MessageStore.h" -#include "qpid/broker/PersistableExchange.h" -#include "qpid/broker/PersistableMessage.h" -#include "qpid/broker/PersistableQueue.h" -#include "qpid/management/Manageable.h" +//#include "qpid/management/Manageable.h" #include <string> using namespace qpid; namespace qpid { + +namespace broker { +class Broker; +class PersistableExchange; +class PersistableMessage; +class PersistableQueue; +} + namespace store { class StorageProvider; |
