Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index 317d93c..4e68dc4 100644 (file)
@@ -8,13 +8,12 @@
 
 #include "src/kernel/activity/ActivityImpl.hpp"
 #include "surf/surf.hpp"
-#include "xbt/Extendable.hpp"
 
 namespace simgrid {
 namespace kernel {
 namespace activity {
 
-XBT_PUBLIC_CLASS ExecImpl : public ActivityImpl, public simgrid::xbt::Extendable<ExecImpl>
+XBT_PUBLIC_CLASS ExecImpl : public ActivityImpl
 {
   ~ExecImpl() override;