]> git.stg.codes - stg.git/commitdiff
Removed "using namespace std;" from parser.cpp.
authorMaxim Mamontov <faust.madf@gmail.com>
Fri, 3 Oct 2014 09:19:08 +0000 (12:19 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Fri, 3 Oct 2014 09:19:08 +0000 (12:19 +0300)
projects/sgconf/parser.cpp

index 9d340e8315f4e41780b650a8c953d30bca64e8d1..16362536fd75d1e6c0b87821c6fcb1913675a1c8 100644 (file)
@@ -37,8 +37,6 @@
 #include "stg/netunit.h"
 #include "stg/request.h"
 
-using namespace std;
-
 int parse_depth = 0;
 XML_Parser parser;
 //---------------------------------------------------------------------------