From 234fcd1d2b75f82cdcd2dc89b51f26ab82b541f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 1 Feb 2021 14:46:08 +0100 Subject: [PATCH] Remove obsolete stuff from bytecode --- src/CodeInterpreter.hh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/CodeInterpreter.hh b/src/CodeInterpreter.hh index 34bbdcbb..80db32ae 100644 --- a/src/CodeInterpreter.hh +++ b/src/CodeInterpreter.hh @@ -24,15 +24,8 @@ #include <cstring> #include <utility> #include <vector> -#ifdef LINBCG -# include "linbcg.hh" -#endif #ifdef BYTE_CODE -# ifndef DEBUG_EX -# include "mex.h" -# else -# include "mex_interface.hh" -# endif +# include <dynmex.h> #endif using namespace std; -- GitLab