From c83eac26bb5ddb48645e1810be6428dc2919d489 Mon Sep 17 00:00:00 2001
From: Michel Juillard <michel.juillard@mjui.fr>
Date: Mon, 12 May 2014 12:34:08 +0200
Subject: [PATCH] extended_preprocessor C API: removing C++ statement from
 header file (C API implementation not finished)

---
 others/C/dynare_driver.h | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/others/C/dynare_driver.h b/others/C/dynare_driver.h
index dfaa7c60a9..56091c7d74 100644
--- a/others/C/dynare_driver.h
+++ b/others/C/dynare_driver.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 Houtan Bastani, Daniel Waggoner, Tao Zha
+ * Copyright (C) 2014 DynareTeam
  *
  * This is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,14 +17,6 @@
 #ifndef _DYNARE_C_DRIVER_H
 #define _DYNARE_C_DRIVER_H
 
-#include <cstdlib>
-#include <vector>
-#include <string>
-#include <map>
-#include <limits>
-
-using namespace std;
-
 struct aux_vars_t {
   int endo_index, type, orig_index, orig_lead_lag;
 } ;
-- 
GitLab