extended_preprocessor C API: removing C++ statement from header

file (C API implementation not finished)
time-shift
Michel Juillard 2014-05-12 12:34:08 +02:00
parent 979101fa55
commit c83eac26bb
1 changed files with 1 additions and 9 deletions

View File

@ -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;
} ;