diff --git a/src/CodeInterpreter.hh b/src/CodeInterpreter.hh index c876648c..9ddb572f 100644 --- a/src/CodeInterpreter.hh +++ b/src/CodeInterpreter.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2017 Dynare Team + * Copyright (C) 2007-2018 Dynare Team * * This file is part of Dynare. * @@ -39,8 +39,6 @@ # endif #endif -#include - #define NEAR_ZERO (1e-12) using namespace std;