X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/646748e03f0997e891f569963d0113e16bb63890..be5b1909ae03fa305b6aff11ef16e19de82966b5:/src/mc/mc_page_snapshot.cpp diff --git a/src/mc/mc_page_snapshot.cpp b/src/mc/mc_page_snapshot.cpp index 794b4f129c..217b58ea04 100644 --- a/src/mc/mc_page_snapshot.cpp +++ b/src/mc/mc_page_snapshot.cpp @@ -1,20 +1,21 @@ -/* MC interface: definitions that non-MC modules must see, but not the user */ - /* Copyright (c) 2014-2015. 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. */ +/* MC interface: definitions that non-MC modules must see, but not the user */ + + #include // pread, pwrite -#include "PageStore.hpp" -#include "mc_mmu.h" -#include "mc_private.h" -#include "mc_snapshot.h" +#include "src/mc/PageStore.hpp" +#include "src/mc/mc_mmu.h" +#include "src/mc/mc_private.h" +#include "src/mc/mc_snapshot.h" #include -#include +#include "src/mc/ChunkedData.hpp" using simgrid::mc::remote;