Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of includes
[simgrid.git] / src / smpi / smpi_deployment.cpp
index 8988132..45e87ce 100644 (file)
@@ -4,11 +4,9 @@
 /* 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 "private.h"
 #include "simgrid/msg.h" /* barrier */
-#include "simgrid/s4u.hpp"
 #include "src/smpi/SmpiHost.hpp"
-#include "xbt/log.h"
+#include "src/smpi/smpi_comm.hpp"
 
 namespace simgrid {
 namespace smpi {