X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/82f71f716643bf7c4ba1c63793439b753fcfa954..e92ead61dede9c7ccb3e5fc5a889f762e9ded744:/src/surf/AsClusterFatTree.cpp diff --git a/src/surf/AsClusterFatTree.cpp b/src/surf/AsClusterFatTree.cpp index 263d2d50b4..18df2ff858 100644 --- a/src/surf/AsClusterFatTree.cpp +++ b/src/surf/AsClusterFatTree.cpp @@ -3,6 +3,9 @@ /* 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 +#include + #include "src/surf/AsClusterFatTree.hpp" #include "src/surf/network_interface.hpp" @@ -11,17 +14,13 @@ #include #include -#include -#include -#include - #include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_fat_tree, surf, "Routing for fat trees"); namespace simgrid { -namespace surf { +namespace routing { AsClusterFatTree::AsClusterFatTree(const char*name) : AsCluster(name)