Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not include msg.h when not needed
[simgrid.git] / teshsuite / surf / wifi_usage / wifi_usage.cpp
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>");