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 d6929d6..7321b5d 100644 (file)
@@ -4,14 +4,10 @@
  * 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"
-#include <exception>
-#include <iostream>
-#include <random>
-#include <string>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(simulator, "[usage] wifi_usage <platform-file>");