From 45f7e40a885d0970cbcc01419e94bd45285a8fcd Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 27 Jun 2018 13:50:15 +0200 Subject: [PATCH] remove unused library --- src/CodeInterpreter.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;