X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..08f744b9a55745ac1b1dcf0ed2ea735471cd7f89:/src/xbt/memory_map.hpp diff --git a/src/xbt/memory_map.hpp b/src/xbt/memory_map.hpp index 974b88f879..5938899b1b 100644 --- a/src/xbt/memory_map.hpp +++ b/src/xbt/memory_map.hpp @@ -11,9 +11,6 @@ #include #include -#include -#include - namespace simgrid { namespace xbt { @@ -30,8 +27,7 @@ struct VmMap { std::string pathname; /* Path name of the mapped file */ }; -XBT_PRIVATE std::vector get_memory_map(pid_t pid); - +std::vector get_memory_map(pid_t pid); } }