X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9bc8f94845279e46a82d91d9bf55aa4df7be84b5..3b52cd5802625263b86a39f7c25defbc32b0fe7d:/src/mc/mc_global.cpp diff --git a/src/mc/mc_global.cpp b/src/mc/mc_global.cpp index bedde89c86..262fa72ef3 100644 --- a/src/mc/mc_global.cpp +++ b/src/mc/mc_global.cpp @@ -1,12 +1,12 @@ -/* Copyright (c) 2008-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2023. The SimGrid Team. All rights reserved. */ /* 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/mc.h" #include "src/kernel/actor/ActorImpl.hpp" +#include "src/mc/mc.h" -#if SIMGRID_HAVE_MC +#if SIMGRID_HAVE_STATEFUL_MC #include "src/mc/api/RemoteApp.hpp" #include "src/mc/explo/Exploration.hpp" #include "src/mc/inspect/mc_unw.hpp" @@ -22,11 +22,9 @@ #include #endif -#ifndef _WIN32 #include #include #include -#endif XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_global, mc, "Logging specific to MC (global)"); @@ -36,7 +34,7 @@ std::vector processes_time; } -#if SIMGRID_HAVE_MC +#if SIMGRID_HAVE_STATEFUL_MC namespace simgrid::mc {