X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c47662eb573ba74a5059cc7ba22c333d691a196c..a22eb0ac7d22d5beaa6e33adf8f85c28dac59024:/src/surf/sg_platf.cpp diff --git a/src/surf/sg_platf.cpp b/src/surf/sg_platf.cpp index b8b07effad..442574b29f 100644 --- a/src/surf/sg_platf.cpp +++ b/src/surf/sg_platf.cpp @@ -25,16 +25,16 @@ #include "src/surf/cpu_interface.hpp" #include "src/surf/network_interface.hpp" -#include "src/kernel/routing/AsCluster.hpp" -#include "src/kernel/routing/AsClusterDragonfly.hpp" -#include "src/kernel/routing/AsClusterFatTree.hpp" -#include "src/kernel/routing/AsClusterTorus.hpp" -#include "src/kernel/routing/AsDijkstra.hpp" -#include "src/kernel/routing/AsFloyd.hpp" -#include "src/kernel/routing/AsFull.hpp" -#include "src/kernel/routing/AsImpl.hpp" -#include "src/kernel/routing/AsNone.hpp" -#include "src/kernel/routing/AsVivaldi.hpp" +#include "src/kernel/routing/ClusterZone.hpp" +#include "src/kernel/routing/DragonflyZone.hpp" +#include "src/kernel/routing/FatTreeZone.hpp" +#include "src/kernel/routing/TorusZone.hpp" +#include "src/kernel/routing/DijkstraZone.hpp" +#include "src/kernel/routing/FloydZone.hpp" +#include "src/kernel/routing/FullZone.hpp" +#include "src/kernel/routing/NetZoneImpl.hpp" +#include "src/kernel/routing/EmptyZone.hpp" +#include "src/kernel/routing/VivaldiZone.hpp" #include "src/kernel/routing/NetCard.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_parse);