X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2ecde6af20db46907714e04cee35408df5f5a10..59251ff676c562b79573e3561166e4351e4ad11e:/src/s4u/s4u_Disk.cpp diff --git a/src/s4u/s4u_Disk.cpp b/src/s4u/s4u_Disk.cpp index 7ad08c3a0b..c64af72c22 100644 --- a/src/s4u/s4u_Disk.cpp +++ b/src/s4u/s4u_Disk.cpp @@ -3,11 +3,10 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "simgrid/s4u/Disk.hpp" -#include "simgrid/s4u/Engine.hpp" -#include "simgrid/s4u/Host.hpp" -#include "simgrid/s4u/Io.hpp" -#include "simgrid/simix.hpp" +#include +#include +#include + #include "src/kernel/resource/DiskImpl.hpp" namespace simgrid { @@ -157,7 +156,7 @@ Disk* Disk::set_factor_cb(const std::function& cb) Disk* Disk::seal() { kernel::actor::simcall([this]{ pimpl_->seal(); }); - Disk::on_creation(*this); + Disk::on_creation(*this); // notify the signal return this; } } // namespace s4u