summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionHandler.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-12-21 17:04:44 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-12-21 17:04:44 +0000
commit316d9b830ff124bf1321a22f346f3373f5e57947 (patch)
treeb8e7447c8c615835292cf3d68f34db51948b8e30 /cpp/src/qpid/broker/SessionHandler.cpp
parentf5431bb215c107c1967842cfeb6814cfd3a866a9 (diff)
downloadqpid-python-316d9b830ff124bf1321a22f346f3373f5e57947.tar.gz
NO-JIRA: Removed Broker.h from all unnecessary header files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1425038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandler.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionHandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionHandler.cpp b/cpp/src/qpid/broker/SessionHandler.cpp
index b7dc8cc4e2..a6b008647f 100644
--- a/cpp/src/qpid/broker/SessionHandler.cpp
+++ b/cpp/src/qpid/broker/SessionHandler.cpp
@@ -19,8 +19,9 @@
*/
#include "qpid/broker/SessionHandler.h"
-#include "qpid/broker/SessionState.h"
+#include "qpid/broker/Broker.h"
#include "qpid/broker/Connection.h"
+#include "qpid/broker/SessionState.h"
#include "qpid/log/Statement.h"
#include <boost/bind.hpp>