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/MessageStoreModule.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/broker/MessageStoreModule.cpp') diff --git a/cpp/src/qpid/broker/MessageStoreModule.cpp b/cpp/src/qpid/broker/MessageStoreModule.cpp index 5f7cceebd3..cd9fd4c933 100644 --- a/cpp/src/qpid/broker/MessageStoreModule.cpp +++ b/cpp/src/qpid/broker/MessageStoreModule.cpp @@ -28,6 +28,7 @@ using boost::intrusive_ptr; using qpid::framing::FieldTable; +using std::string; namespace qpid { namespace broker { -- cgit v1.2.1