X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/507785035fffb029577ed608142f0cb8a43f77e9..a88a4036e14334a7a01fc40a7d547687ba6dee38:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index da3d83150c..0579ca6e2a 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -20,13 +20,12 @@ #include /* HAVE_MC ? */ #include -#include SG_BEGIN_DECL() XBT_PUBLIC(int) MC_random(int min, int max); -#ifdef HAVE_MC +#if HAVE_MC /* Internal variable used to check if we're running under the MC *