preprocessor: remove "using namespace std" where not needed

time-shift
Houtan Bastani 2013-11-20 11:36:01 +01:00
parent e49ec69719
commit 6f25bfbea0
6 changed files with 0 additions and 12 deletions

View File

@ -17,8 +17,6 @@
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/ */
using namespace std;
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <fstream> #include <fstream>

View File

@ -17,8 +17,6 @@
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/ */
using namespace std;
#include <iostream> #include <iostream>
#include "ParsingDriver.hh" #include "ParsingDriver.hh"

View File

@ -17,8 +17,6 @@
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/ */
using namespace std;
#include <cassert> #include <cassert>
#include <cstdlib> #include <cstdlib>
#include <iostream> #include <iostream>

View File

@ -20,8 +20,6 @@
#ifndef _SIGMAEINITIALIZATION_HH #ifndef _SIGMAEINITIALIZATION_HH
#define _SIGMAEINITIALIZATION_HH #define _SIGMAEINITIALIZATION_HH
using namespace std;
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -20,8 +20,6 @@
#ifndef _STATEMENT_HH #ifndef _STATEMENT_HH
#define _STATEMENT_HH #define _STATEMENT_HH
using namespace std;
#include <ostream> #include <ostream>
#include <string> #include <string>
#include <map> #include <map>

View File

@ -17,8 +17,6 @@
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/ */
using namespace std;
#include "WarningConsolidation.hh" #include "WarningConsolidation.hh"
#include <ostream> #include <ostream>