X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b61e4656c43c76b402a84cc138032a9f0126d951..8e339d5533f8be789f8431fbc00683fe1ff35fd9:/src/mc/PageStore.hpp diff --git a/src/mc/PageStore.hpp b/src/mc/PageStore.hpp index 3491f587e0..f1d84d3396 100644 --- a/src/mc/PageStore.hpp +++ b/src/mc/PageStore.hpp @@ -4,25 +4,23 @@ /* 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_PAGESTORE_HPP +#define SIMGRID_MC_PAGESTORE_HPP + #include -#ifdef __cplusplus #include #include #include #include #include -#endif #include #include "mc_mmu.h" #include "mc_forward.h" -#ifndef MC_PAGE_STORE_H -#define MC_PAGE_STORE_H - namespace simgrid { namespace mc {