From: Martin Quinson Date: Fri, 22 Apr 2016 19:17:15 +0000 (+0200) Subject: kill a useless include that breaks the MC build X-Git-Tag: v3_13~34^2~27 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ed82ad4af308531ba8c873165d570e96e0818318 kill a useless include that breaks the MC build --- diff --git a/src/smpi/colls/smpi_automatic_selector.c b/src/smpi/colls/smpi_automatic_selector.c index 63b3b6028e..0108d4cd7c 100644 --- a/src/smpi/colls/smpi_automatic_selector.c +++ b/src/smpi/colls/smpi_automatic_selector.c @@ -5,9 +5,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "colls_private.h" -#if HAVE_MC -#include "src/mc/mc_private.h" -#endif #include //attempt to do a quick autotuning version of the collective,