diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2014-07-02 19:16:42 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2014-07-02 19:16:42 +0000 |
| commit | 3dbb260c2cba4cd7f57b17e73e663f3708b621b0 (patch) | |
| tree | 70e5fc4f6e0302b905268e966aa57e2309c7e4b2 /qpid/cpp/src | |
| parent | b80f39729280a365de0936deebc92c75f0c330f8 (diff) | |
| download | qpid-python-3dbb260c2cba4cd7f57b17e73e663f3708b621b0.tar.gz | |
QPID-3921: Removed unused header includes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1607452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/DtxManager.h | 1 | ||||
| -rw-r--r-- | qpid/cpp/src/qpid/broker/amqp_0_10/Connection.h | 1 | ||||
| -rw-r--r-- | qpid/cpp/src/qpid/framing/Handler.h | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/qpid/cpp/src/qpid/broker/DtxManager.h b/qpid/cpp/src/qpid/broker/DtxManager.h index ad30ed61a0..e64c97c7dd 100644 --- a/qpid/cpp/src/qpid/broker/DtxManager.h +++ b/qpid/cpp/src/qpid/broker/DtxManager.h @@ -21,7 +21,6 @@ #ifndef _DtxManager_ #define _DtxManager_ -#include <boost/ptr_container/ptr_map.hpp> #include "qpid/broker/DtxBuffer.h" #include "qpid/broker/DtxWorkRecord.h" #include "qpid/broker/TransactionalStore.h" diff --git a/qpid/cpp/src/qpid/broker/amqp_0_10/Connection.h b/qpid/cpp/src/qpid/broker/amqp_0_10/Connection.h index b53c2f3e7b..0b572449a4 100644 --- a/qpid/cpp/src/qpid/broker/amqp_0_10/Connection.h +++ b/qpid/cpp/src/qpid/broker/amqp_0_10/Connection.h @@ -44,7 +44,6 @@ #include "qmf/org/apache/qpid/broker/Connection.h" -#include <boost/ptr_container/ptr_map.hpp> #include <boost/scoped_ptr.hpp> #include <boost/bind.hpp> diff --git a/qpid/cpp/src/qpid/framing/Handler.h b/qpid/cpp/src/qpid/framing/Handler.h index e0c0e59d09..f2a9fccde0 100644 --- a/qpid/cpp/src/qpid/framing/Handler.h +++ b/qpid/cpp/src/qpid/framing/Handler.h @@ -21,9 +21,6 @@ * under the License. * */ -#include <boost/shared_ptr.hpp> -#include <boost/type_traits/remove_reference.hpp> -#include <assert.h> namespace qpid { namespace framing { |
