Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move implementation bits of s4u::As into surf::AsImpl
[simgrid.git] / src / surf / surf_routing_cluster.hpp
index b3f283a..ef11fa9 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "surf_routing.hpp"
 #include "network_interface.hpp"
-#include "simgrid/s4u/as.hpp"
+#include "src/surf/AsImpl.hpp"
 
 namespace simgrid {
 namespace surf {
@@ -25,7 +25,7 @@ class XBT_PRIVATE AsCluster;
 /* ************************************************** */
 /* **************  Cluster ROUTING   **************** */
 
-class AsCluster: public s4u::As {
+class AsCluster: public AsImpl {
 public:
   AsCluster(const char*name);