Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I don't need an extra file just to define calloc when it can be inlined that easily
[simgrid.git] / src / xbt / mmalloc / mm.c
index b8ef55c..c25f26d 100644 (file)
@@ -15,7 +15,6 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>             /* Prototypes for lseek, sbrk (maybe) */
 #endif
-#include "mcalloc.c"
 #include "mfree.c"
 #include "mmalloc.c"
 #include "mrealloc.c"