Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move parts of the kernel to the right subdir
[simgrid.git] / src / kernel / routing / AsDijkstra.hpp
similarity index 97%
rename from src/routing/AsDijkstra.hpp
rename to src/kernel/routing/AsDijkstra.hpp
index e2e86d9..cf313b5 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_DIJKSTRA_HPP_
 #define SURF_ROUTING_DIJKSTRA_HPP_
 
-#include "src/routing/AsRoutedGraph.hpp"
+#include "src/kernel/routing/AsRoutedGraph.hpp"
 
 typedef struct graph_node_data {
   int id;