From: Frederic Suter Date: Mon, 30 Mar 2020 15:09:37 +0000 (+0200) Subject: do not include msg.h when not needed X-Git-Tag: v3.26~675 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/22e875c804fc69d71ceac52df5573300482113ee do not include msg.h when not needed --- diff --git a/teshsuite/smpi/gh-139/gh-139.c b/teshsuite/smpi/gh-139/gh-139.c index 9379b2c0df..4f504340e3 100644 --- a/teshsuite/smpi/gh-139/gh-139.c +++ b/teshsuite/smpi/gh-139/gh-139.c @@ -5,7 +5,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include +#include #include #include diff --git a/teshsuite/surf/wifi_usage/wifi_usage.cpp b/teshsuite/surf/wifi_usage/wifi_usage.cpp index 1d5e849bc3..7321b5d989 100644 --- a/teshsuite/surf/wifi_usage/wifi_usage.cpp +++ b/teshsuite/surf/wifi_usage/wifi_usage.cpp @@ -4,9 +4,9 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/s4u.hpp" +#include "xbt/config.hpp" #include "xbt/log.h" -#include "simgrid/msg.h" #include "src/surf/network_wifi.hpp" XBT_LOG_NEW_DEFAULT_CATEGORY(simulator, "[usage] wifi_usage ");