Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the visibility of xbt/config.hpp file to the cpp that really need it
[simgrid.git] / src / smpi / include / SmpiHost.hpp
index a3667fe..2a88bba 100644 (file)
@@ -6,21 +6,16 @@
 #ifndef SMPI_HOST_HPP_
 #define SMPI_HOST_HPP_
 
-#include "src/include/smpi/smpi_utils.hpp"
+#include "smpi_utils.hpp"
 
 #include "simgrid/s4u/Host.hpp"
 #include <string>
 #include <vector>
 #include <xbt/Extendable.hpp>
-#include <xbt/config.hpp>
 
 namespace simgrid {
 namespace smpi {
 
-void sg_smpi_host_init();
-static void onHostDestruction(simgrid::s4u::Host& host);
-static void onCreation(simgrid::s4u::Host& host);
-
 class SmpiHost {
 
   private: