X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/669af35fa6a1fb42422d0844ba289c51554ee4ac..e3f5ca3fd3726e67046afbd03e48e9cd7294b835:/src/mc/mc_visited.c diff --git a/src/mc/mc_visited.c b/src/mc/mc_visited.c index ac7c56b3c4..8ac5d0fa73 100644 --- a/src/mc/mc_visited.c +++ b/src/mc/mc_visited.c @@ -4,10 +4,14 @@ /* 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 "mc_private.h" #include #include +#include "mc_comm_pattern.h" +#include "mc_safety.h" +#include "mc_liveness.h" +#include "mc_private.h" + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_visited, mc, "Logging specific to state equaity detection mechanisms");