Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one more refactored
[simgrid.git] / examples / msg / kademlia / routing_table.c
index dae7c95..20757af 100644 (file)
@@ -7,8 +7,7 @@
 #include "routing_table.h"
 #include "node.h"
 #include "simgrid/msg.h"
-#include "xbt/log.h"
-#include "xbt/asserts.h"
+
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_kademlia_routing_table, "Messages specific for this msg example");
 
 /** @brief Initialization of a node routing table.  */