Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move parts of the kernel to the right subdir
[simgrid.git] / src / kernel / routing / AsFloyd.cpp
similarity index 99%
rename from src/routing/AsFloyd.cpp
rename to src/kernel/routing/AsFloyd.cpp
index b7af52b..87ca965 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "xbt/log.h"
 #include "xbt/dynar.h"
-#include "src/routing/AsFloyd.hpp"
+#include "src/kernel/routing/AsFloyd.hpp"
 #include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_floyd, surf, "Routing part of surf");