From 78c04f16c4809d7eb60b6a93eeed766776c4e4dc Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 16 May 2012 22:28:22 +0000 Subject: QPID-4005: Eliminate "using" especially "using namespace" from header file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1339403 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/framing/ProtocolVersion.h | 2 ++ cpp/include/qpid/framing/amqp_types.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/framing/ProtocolVersion.h b/cpp/include/qpid/framing/ProtocolVersion.h index 30094c165d..26d628e41c 100644 --- a/cpp/include/qpid/framing/ProtocolVersion.h +++ b/cpp/include/qpid/framing/ProtocolVersion.h @@ -24,6 +24,8 @@ #include "qpid/framing/amqp_types.h" #include "qpid/CommonImportExport.h" +#include + namespace qpid { namespace framing diff --git a/cpp/include/qpid/framing/amqp_types.h b/cpp/include/qpid/framing/amqp_types.h index d9088b7a12..2072a83904 100644 --- a/cpp/include/qpid/framing/amqp_types.h +++ b/cpp/include/qpid/framing/amqp_types.h @@ -27,12 +27,10 @@ */ #include "qpid/sys/IntegerTypes.h" -#include namespace qpid { namespace framing { -using std::string; typedef uint8_t FrameType; typedef uint16_t ChannelId; typedef uint32_t BatchOffset; -- cgit v1.2.1