Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
multi dicts take care of their own logging category alone
[simgrid.git] / src / xbt / dict.c
index e477c8e..3f0ed6c 100644 (file)
@@ -9,11 +9,6 @@
 
 #include "dict_private.h"
 
-#include <stdlib.h> /* malloc() */
-#include <string.h> /* strlen() */
-
-#include <stdio.h>
-
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(dict,xbt,
    "Dictionaries provide the same functionnalities than hash tables");