X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d098dd9e12ee321b061421f535b2b56ce7691673..756df47074b2d7b0721f234077f5ef8d75e13932:/src/mc/mc_page_snapshot.cpp diff --git a/src/mc/mc_page_snapshot.cpp b/src/mc/mc_page_snapshot.cpp index 49986e0445..217b58ea04 100644 --- a/src/mc/mc_page_snapshot.cpp +++ b/src/mc/mc_page_snapshot.cpp @@ -1,11 +1,12 @@ -/* 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 "src/mc/PageStore.hpp"