diff --git a/others/C/dynare_driver.h b/others/C/dynare_driver.h
index dfaa7c60a9bc72c9bc928c1aa4bb78a4e2bf1e80..56091c7d7450b9c68f5dcd6ef59ae51b4946688a 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;
 } ;