X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/507785035fffb029577ed608142f0cb8a43f77e9..e79c652187a77f7383b81afb91a4adc8d38986ef:/include/simgrid/modelchecker.h?ds=sidebyside 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 *