X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ade29f42563cdc36cea26a7dd51fca288c160aa6..a521b79fb5f8fc07b3f9102cec6de074186fe5c1:/src/mc/mc_record.hpp diff --git a/src/mc/mc_record.hpp b/src/mc/mc_record.hpp index d4ead6f699..9bf1399606 100644 --- a/src/mc/mc_record.hpp +++ b/src/mc/mc_record.hpp @@ -1,11 +1,11 @@ -/* Copyright (c) 2014-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2020. 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. */ /** \file mc_record.hpp * - * This file contains the MC replay/record functionnality. + * This file contains the MC replay/record functionality. * The recorded path is written in the log output and can be replayed with MC disabled * (even with an non-MC build) using `--cfg=model-check/replay:$replayPath`. * @@ -16,10 +16,10 @@ #ifndef SIMGRID_MC_RECORD_HPP #define SIMGRID_MC_RECORD_HPP -#include "src/mc/mc_config.hpp" #include "src/mc/mc_forward.hpp" #include "xbt/base.h" +#include #include namespace simgrid {