Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid old-style C string processing in C++ example.
[simgrid.git] / examples / cpp / dht-chord / s4u-dht-chord.hpp
index ea42824..2f8bce5 100644 (file)
@@ -8,7 +8,6 @@
 #include "simgrid/s4u.hpp"
 #include <string>
 #include <xbt/random.hpp>
-#include <xbt/str.h>
 
 namespace sg4 = simgrid::s4u;