diff options
| author | Ken Giusti <kgiusti@apache.org> | 2012-01-13 18:22:50 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2012-01-13 18:22:50 +0000 |
| commit | 417c07927828a3e7b3bacdf1b2b70d3a6bcaa705 (patch) | |
| tree | 18bc7ec1e5b0c60fd33017f9d0b88e640a0b9699 /cpp/src/qpid/broker/SessionState.cpp | |
| parent | 334423de1cba326de78319162262de6db7ce9fc1 (diff) | |
| download | qpid-python-417c07927828a3e7b3bacdf1b2b70d3a6bcaa705.tar.gz | |
QPID-3630: remove additional code in client.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1231222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 3371421bf7..99407bc3a6 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -25,7 +25,6 @@ #include "qpid/broker/SessionManager.h" #include "qpid/broker/SessionHandler.h" #include "qpid/sys/ClusterSafe.h" -#include "qpid/sys/Timer.h" #include "qpid/framing/AMQContentBody.h" #include "qpid/framing/AMQHeaderBody.h" #include "qpid/framing/AMQMethodBody.h" @@ -33,7 +32,6 @@ #include "qpid/framing/ServerInvoker.h" #include "qpid/log/Statement.h" #include "qpid/management/ManagementAgent.h" -#include "qpid/framing/AMQP_ClientProxy.h" #include <boost/bind.hpp> #include <boost/lexical_cast.hpp> |
