X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72bcdd6c079bd27b3e4e1e5a5552ca97a4f2bf19..cba7a4411e9eb8cd10066db126c413363c65111a:/src/mc/mc_record.cpp diff --git a/src/mc/mc_record.cpp b/src/mc/mc_record.cpp index b0011bd101..5018b250e7 100644 --- a/src/mc/mc_record.cpp +++ b/src/mc/mc_record.cpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2014-2017. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2014-2017. 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. */ @@ -19,7 +18,7 @@ #include "src/kernel/context/Context.hpp" #include "src/mc/mc_record.hpp" -#include "src/mc/mc_replay.h" +#include "src/mc/mc_replay.hpp" #include "src/simix/ActorImpl.hpp" #include "src/simix/smx_private.hpp" @@ -37,9 +36,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_record, mc, " Logging specific to MC record/replay facility"); -extern "C" { std::string MC_record_path; -} namespace simgrid { namespace mc {