X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2dba4579bf4c7f7e8cde2b36ff308645a3cc891b..5193d31089b0e9d2a564d425f61fdbc27e01af60:/src/smpi/smpi_comm.cpp?ds=sidebyside diff --git a/src/smpi/smpi_comm.cpp b/src/smpi/smpi_comm.cpp index 9bb515e123..a3b9f5f0fe 100644 --- a/src/smpi/smpi_comm.cpp +++ b/src/smpi/smpi_comm.cpp @@ -1,17 +1,9 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ /* 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 -#include - -#include -#include -#include - -#include +#include "simgrid/s4u/Host.hpp" #include "private.h" #include "src/simix/smx_private.h"