From: Frederic Suter Date: Thu, 28 Jan 2016 11:33:08 +0000 (+0100) Subject: no need to include lua stuff here? X-Git-Tag: v3_13~1047 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8204cd55d2af7b77c13f77dd69ce18330dac16d4 no need to include lua stuff here? --- diff --git a/src/simdag/sd_global.cpp b/src/simdag/sd_global.cpp index 82bcfd890f..f278ae154b 100644 --- a/src/simdag/sd_global.cpp +++ b/src/simdag/sd_global.cpp @@ -17,11 +17,6 @@ #include "xbt/str.h" #include "xbt/config.h" #include "surf/surfxml_parse.h" -#ifdef HAVE_LUA -#include -#include -#include -#endif #ifdef HAVE_JEDULE #include "simgrid/jedule/jedule_sd_binding.h"