Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[energy] sanitize what's a simcall and what's not; inline some calls
[simgrid.git] / src / mc / mc_page_snapshot.cpp
index 44634488901c7bfa8f0281d52d1d8949b8245f4e..217b58ea04a0fa065ffcdd5ec42e9f9c6877662e 100644 (file)
@@ -1,17 +1,18 @@
-/* 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 <unistd.h> // 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 <xbt/mmalloc.h>
 #include "src/mc/ChunkedData.hpp"