Remove obsolete stuff from bytecode

issue#70
Sébastien Villemot 2021-02-01 14:46:08 +01:00
parent 754a1a464d
commit 234fcd1d2b
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 8 deletions

View File

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