X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec83ae9a081ffd1d19bfecaf81cb99c32bdf6b83..4bd1f48f0bf1ad1703be680ec2a38d626c6a2668:/src/xbt/mallocator.c diff --git a/src/xbt/mallocator.c b/src/xbt/mallocator.c index 408e115d7c..fa9f5828e8 100644 --- a/src/xbt/mallocator.c +++ b/src/xbt/mallocator.c @@ -6,12 +6,12 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "src/internal_config.h" #include "xbt/mallocator.h" +#include "mallocator_private.h" +#include "simgrid/modelchecker.h" /* kill mallocators when model-checking is enabled */ +#include "src/internal_config.h" #include "xbt/asserts.h" #include "xbt/sysdep.h" -#include "mc/mc.h" /* kill mallocators when model-checking is enabled */ -#include "mallocator_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_mallocator, xbt, "Mallocators");