Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI - fail when unimplemented MPI calls are used.
[simgrid.git] / src / s4u / s4u_netzone.cpp
index e4f6989..bff05a5 100644 (file)
@@ -5,10 +5,10 @@
 
 #include "xbt/log.h"
 
+#include "simgrid/kernel/routing/NetPoint.hpp"
 #include "simgrid/s4u/Host.hpp"
 #include "simgrid/s4u/NetZone.hpp"
 #include "simgrid/simix.hpp"
-#include "src/kernel/routing/NetPoint.hpp"
 #include "src/surf/network_interface.hpp" // Link FIXME: move to proper header
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_netzone, "S4U Networking Zones");