X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0121ca23d5f741acccabaa92aff9a1172a057cce:/src/surf/AsDijkstra.hpp..f04443ab4853c9073468b7d698b01d01189cf38e:/src/routing/AsDijkstra.hpp diff --git a/src/surf/AsDijkstra.hpp b/src/routing/AsDijkstra.hpp similarity index 98% rename from src/surf/AsDijkstra.hpp rename to src/routing/AsDijkstra.hpp index 7d315a75af..e2e86d9f36 100644 --- a/src/surf/AsDijkstra.hpp +++ b/src/routing/AsDijkstra.hpp @@ -6,7 +6,7 @@ #ifndef SURF_ROUTING_DIJKSTRA_HPP_ #define SURF_ROUTING_DIJKSTRA_HPP_ -#include "src/surf/AsRoutedGraph.hpp" +#include "src/routing/AsRoutedGraph.hpp" typedef struct graph_node_data { int id;