X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/992ddb7c22e2cb7dfe8509b3f947ba00c45f6af5:/src/surf/surf_routing_floyd.cpp..4dbc84f53aac793fc159d833090e421ec0025905:/src/surf/AsFloyd.cpp?ds=sidebyside diff --git a/src/surf/surf_routing_floyd.cpp b/src/surf/AsFloyd.cpp similarity index 97% rename from src/surf/surf_routing_floyd.cpp rename to src/surf/AsFloyd.cpp index fbf29d548d..ec45a1c4ca 100644 --- a/src/surf/surf_routing_floyd.cpp +++ b/src/surf/AsFloyd.cpp @@ -1,10 +1,11 @@ -/* Copyright (c) 2009-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2009-2016. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "src/surf/surf_routing_floyd.hpp" +#include "xbt/log.h" +#include "xbt/dynar.h" +#include "src/surf/AsFloyd.hpp" #include "src/surf/network_interface.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_floyd, surf, "Routing part of surf");