Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not include msg.h when not needed
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 30 Mar 2020 15:09:37 +0000 (17:09 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 30 Mar 2020 15:09:37 +0000 (17:09 +0200)
teshsuite/smpi/gh-139/gh-139.c
teshsuite/surf/wifi_usage/wifi_usage.cpp

index 9379b2c..4f50434 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <mpi.h>
-#include <simgrid/msg.h>
+#include <simgrid/actor.h>
 #include <simgrid/simix.h>
 #include <stdio.h>
 
index 1d5e849..7321b5d 100644 (file)
@@ -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 <platform-file>");