X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9eb844c3fac1bd3dc35f46bda1134b633378fb2d..4340c977641036e7aa8ae5dcb69ccb3cac1df3c5:/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 {