From 23204010207ad7db58500b6547b92b7f91d2df53 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 14 Oct 2010 19:38:40 +0000 Subject: Code cleanup in broker directory. - Removed un-necessary #includes for broker/Queue.h - Removed "using std::string" in header files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1022679 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/QueueBindings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/broker/QueueBindings.cpp') diff --git a/cpp/src/qpid/broker/QueueBindings.cpp b/cpp/src/qpid/broker/QueueBindings.cpp index 3f43a8ef68..60d315acfe 100644 --- a/cpp/src/qpid/broker/QueueBindings.cpp +++ b/cpp/src/qpid/broker/QueueBindings.cpp @@ -18,6 +18,7 @@ * under the License. * */ +#include "qpid/broker/Queue.h" #include "qpid/broker/QueueBindings.h" #include "qpid/broker/ExchangeRegistry.h" #include "qpid/framing/reply_exceptions.h" -- cgit v1.2.1