From: Gabriel Corona Date: Fri, 15 Jan 2016 12:47:21 +0000 (+0100) Subject: [s4u] Use forward.hpp for forward declarations X-Git-Tag: v3_13~1237^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bbcd1c3adc62e1e2c3ae1e1322cbdcc9a38bd672?hp=bee936d0bbb44898371c66b1deaac3cf007ba7e2 [s4u] Use forward.hpp for forward declarations --- diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index d9ff389334..fa24695481 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -16,14 +16,11 @@ #include #include +#include namespace simgrid { namespace s4u { -class Actor; -class Storage; -class File; - /** @brief Simulated machine that can host some actors * * It represents some physical resource with computing and networking capabilities.