Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not much to do with the original macro => rename file
[simgrid.git] / include / xbt / dynar.h
index cee400b..67d94ff 100644 (file)
@@ -11,9 +11,6 @@
 #ifndef _GRAS_DYNAR_H
 #define _GRAS_DYNAR_H
 
-#include <stdlib.h> /* malloc() */
-#include <string.h> /* strlen() */
-
 typedef struct gras_dynar_s gras_dynar_t;
 
 /* pointer to a function freeing something */