diff options
author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-01-13 18:22:50 +0000 |
---|---|---|
committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-01-13 18:22:50 +0000 |
commit | 834e129980680edefb5e2e200270bae656a535d4 (patch) | |
tree | 18bc7ec1e5b0c60fd33017f9d0b88e640a0b9699 /cpp/src/qpid/broker/SessionState.cpp | |
parent | 2e958af105d5cb992fc69c3969b9ccccd330ea40 (diff) | |
download | qpid-python-834e129980680edefb5e2e200270bae656a535d4.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> |