From: Arnaud Giersch Date: Mon, 7 Nov 2011 06:40:43 +0000 (+0100) Subject: This include is not needed anymore. X-Git-Tag: exp_20120216~467 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e1ade9b0e5d44e4f96d6e83370ea9a5b850a1cc9 This include is not needed anymore. --- diff --git a/include/xbt/log.h b/include/xbt/log.h index 4338b655c2..5df2d0777f 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -393,7 +393,6 @@ extern xbt_log_layout_t xbt_log_default_layout; fprintf(stderr,"%s:%d:\n" f, __FILE__, __LINE__, __VA_ARGS__) # define XBT_LOG(...) XBT_CLOG(0, __VA_ARGS__) #else -# include /* memset */ # define XBT_CLOG_(catv, prio, ...) \ do { \ if (_XBT_LOG_ISENABLEDV(catv, prio)) { \