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/>.
*/
using namespace std;
#include <iostream>
#include <sstream>
#include <fstream>

View File

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

View File

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

View File

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

View File

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

View File

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