Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Big move of all SMPI files in subfolders because it was a mess.
[simgrid.git] / src / smpi / internals / smpi_memory.cpp
similarity index 99%
rename from src/smpi/smpi_memory.cpp
rename to src/smpi/internals/smpi_memory.cpp
index e071be3..719b28b 100644 (file)
@@ -23,8 +23,8 @@
 
 #include "src/xbt/memory_map.hpp"
 
-#include "src/smpi/private.h"
-#include "src/smpi/private.hpp"
+#include "private.h"
+#include "private.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_memory, smpi, "Memory layout support for SMPI");