X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe503dfa41c532a17a4fc3f6b244e72e7783d386:/src/mc/mc_snapshot.h..f734ec7475682eb90323e804cbcfddd7e4523992:/src/mc/mc_snapshot.hpp?ds=sidebyside diff --git a/src/mc/mc_snapshot.h b/src/mc/mc_snapshot.hpp similarity index 98% rename from src/mc/mc_snapshot.h rename to src/mc/mc_snapshot.hpp index 1b1c7c19e6..3a86a2042c 100644 --- a/src/mc/mc_snapshot.h +++ b/src/mc/mc_snapshot.hpp @@ -3,8 +3,8 @@ /* 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. */ -#ifndef SIMGRID_MC_SNAPSHOT_H -#define SIMGRID_MC_SNAPSHOT_H +#ifndef SIMGRID_MC_SNAPSHOT_HPP +#define SIMGRID_MC_SNAPSHOT_HPP #include #include @@ -14,7 +14,7 @@ #include "src/mc/ModelChecker.hpp" #include "src/mc/RegionSnapshot.hpp" #include "src/mc/mc_forward.hpp" -#include "src/mc/mc_unw.h" +#include "src/mc/mc_unw.hpp" SG_BEGIN_DECL()