Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetic cleanups in S4U
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 6ec7fab..beed7e1 100644 (file)
@@ -39,8 +39,8 @@ public:
   Exec& operator=(Exec const&) = delete;
 #endif
 
-  friend simgrid::s4u::ExecSeq;
-  friend simgrid::s4u::ExecPar;
+  friend ExecSeq;
+  friend ExecPar;
   friend XBT_PUBLIC void intrusive_ptr_release(Exec* e);
   friend XBT_PUBLIC void intrusive_ptr_add_ref(Exec* e);
   static xbt::signal<void(ActorPtr)> on_start;