]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/kademlia/kademlia.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another cleaning pass
[simgrid.git] / examples / msg / kademlia / kademlia.c
index f7e2195ef2b16b3f4e78284a3fdabc59beee559d..6eae1ee2936cf773c4d9ccbbb4b7961207823e87 100644 (file)
@@ -9,8 +9,6 @@
 #include "task.h"
 
 #include "simgrid/msg.h"
-#include "xbt/log.h"
-#include "xbt/asserts.h"
 /** @addtogroup MSG_examples
   * <b>kademlia/kademlia.c: Kademlia protocol</b>
   * Implements the Kademlia protocol, using 32 bits identifiers.