Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Use forward.hpp for forward declarations
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 15 Jan 2016 12:47:21 +0000 (13:47 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 15 Jan 2016 12:57:16 +0000 (13:57 +0100)
include/simgrid/s4u/host.hpp

index d9ff389..fa24695 100644 (file)
 
 #include <simgrid/simix.h>
 #include <simgrid/datatypes.h>
+#include <simgrid/s4u/forward.hpp>
 
 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.