X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e7a6085312ea8e0cc7b71adaef4074db9b15892..f734ec7475682eb90323e804cbcfddd7e4523992:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index c6b2d716c2..d62c068c2b 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2015. The SimGrid Team. +/* Copyright (c) 2008-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,7 +6,7 @@ #include "xbt/config.h" #include "xbt/log.h" -#include +#include #include #include "src/mc/mc_replay.h" @@ -14,11 +14,11 @@ #include #if SIMGRID_HAVE_MC -#include "src/mc/mc_safety.h" -#include "src/mc/mc_private.h" +#include "src/mc/mc_safety.hpp" +#include "src/mc/mc_private.hpp" #endif -#include "src/mc/mc_record.h" +#include "src/mc/mc_record.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_config, mc, "Configuration of the Model Checker");