From: Pieter Lexis Date: Thu, 28 May 2015 15:15:59 +0000 (+0200) Subject: Remove a "using" statement that is in namespaces.hh X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~79^2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2551%2Fhead;p=thirdparty%2Fpdns.git Remove a "using" statement that is in namespaces.hh --- diff --git a/pdns/signingpipe.hh b/pdns/signingpipe.hh index 003d577ab4..8cb5a2bf31 100644 --- a/pdns/signingpipe.hh +++ b/pdns/signingpipe.hh @@ -5,7 +5,6 @@ #include #include "dnsseckeeper.hh" #include "dns.hh" -using std::vector; void writeLStringToSocket(int fd, const string& msg); bool readLStringFromSocket(int fd, string& msg);