X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c74d5445a84d41600a92559db3e1a4b16e7bc57:/src/mc/simgrid_mc.cpp..bdef81fa4e3566ce31b435deb98fea7b8fe70e6e:/src/mc/checker/simgrid_mc.cpp diff --git a/src/mc/simgrid_mc.cpp b/src/mc/checker/simgrid_mc.cpp similarity index 98% rename from src/mc/simgrid_mc.cpp rename to src/mc/checker/simgrid_mc.cpp index ec20889cc4..1b0c120c28 100644 --- a/src/mc/simgrid_mc.cpp +++ b/src/mc/checker/simgrid_mc.cpp @@ -26,7 +26,7 @@ #include "src/mc/mc_comm_pattern.h" #include "src/mc/mc_exit.h" #include "src/mc/Session.hpp" -#include "src/mc/Checker.hpp" +#include "src/mc/checker/Checker.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_main, mc, "Entry point for simgrid-mc");