]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
removing using namespace std; from yacc too
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 7 Feb 2011 10:19:20 +0000 (10:19 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 7 Feb 2011 10:19:20 +0000 (10:19 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1989 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/bind/bindparser.yy

index 4d00e0e2607e02e688ec95cf6dd70912f074b746..b1e63a4737f7b0e877ed74646975fe70b50bfbb1 100644 (file)
@@ -9,7 +9,7 @@
 #include <errno.h>
 #include "misc.hh"
 #include "ahuexception.hh"
-using namespace std;
+#include "namespaces.hh"
 #define YYDEBUG 1
 extern int yydebug;
 #include "bindparser.hh"