Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar complains that these cases are redundant. Fair enough
[simgrid.git] / src / kernel / activity / SynchroRaw.hpp
index cac619c..035d295 100644 (file)
@@ -7,14 +7,14 @@
 #define _SIMIX_SYNCHRO_RAW_HPP
 
 #include "surf/surf.h"
-#include "src/kernel/activity/Synchro.h"
+#include "src/kernel/activity/ActivityImpl.hpp"
 
 namespace simgrid {
 namespace kernel {
 namespace activity {
 
   /** Used to implement mutexes, semaphores and conditions */
-  XBT_PUBLIC_CLASS Raw : public Synchro {
+  XBT_PUBLIC_CLASS Raw : public ActivityImpl {
   public:
     ~Raw() override;
     void suspend() override;