Logo AND Algorithmique Numérique Distribuée

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