From 79ce57fb1209a4ad02f96aadb0c47e8162b9f007 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Fri, 3 Oct 2014 12:19:08 +0300 Subject: [PATCH] Removed "using namespace std;" from parser.cpp. --- projects/sgconf/parser.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/sgconf/parser.cpp b/projects/sgconf/parser.cpp index 9d340e83..16362536 100644 --- a/projects/sgconf/parser.cpp +++ b/projects/sgconf/parser.cpp @@ -37,8 +37,6 @@ #include "stg/netunit.h" #include "stg/request.h" -using namespace std; - int parse_depth = 0; XML_Parser parser; //--------------------------------------------------------------------------- -- 2.43.2