From ed82ad4af308531ba8c873165d570e96e0818318 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 22 Apr 2016 21:17:15 +0200 Subject: [PATCH] kill a useless include that breaks the MC build --- src/smpi/colls/smpi_automatic_selector.c | 3 --- 1 file changed, 3 deletions(-) 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, -- 2.20.1