From: Bert Hubert Date: Mon, 7 Feb 2011 10:19:20 +0000 (+0000) Subject: removing using namespace std; from yacc too X-Git-Tag: auth-3.0~258 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9095085bd9206cc30abcdc2ba7c512886c9e4123;p=thirdparty%2Fpdns.git removing using namespace std; from yacc too git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1989 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/backends/bind/bindparser.yy b/pdns/backends/bind/bindparser.yy index 4d00e0e260..b1e63a4737 100644 --- a/pdns/backends/bind/bindparser.yy +++ b/pdns/backends/bind/bindparser.yy @@ -9,7 +9,7 @@ #include #include "misc.hh" #include "ahuexception.hh" -using namespace std; +#include "namespaces.hh" #define YYDEBUG 1 extern int yydebug; #include "bindparser.hh"