From: mquinson Date: Mon, 27 Jun 2005 22:43:17 +0000 (+0000) Subject: cleanups X-Git-Tag: v3.3~3909 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5e57e94295118855d4c5cebecd714649282c1f46 cleanups git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1446 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/dict.c b/src/xbt/dict.c index e477c8e17f..3f0ed6c0bf 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -9,11 +9,6 @@ #include "dict_private.h" -#include /* malloc() */ -#include /* strlen() */ - -#include - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(dict,xbt, "Dictionaries provide the same functionnalities than hash tables");