X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/566c37eac6ea944bcbee63778f267c64677f4ee9..c128702f75d1981c4a082ae6e4630f614074ab6e:/src/xbt/mmalloc/mm.c?ds=sidebyside diff --git a/src/xbt/mmalloc/mm.c b/src/xbt/mmalloc/mm.c index 4d3bbb819b..d5d5610b18 100644 --- a/src/xbt/mmalloc/mm.c +++ b/src/xbt/mmalloc/mm.c @@ -6,7 +6,7 @@ /* Copyright 1996, 2000 Free Software Foundation */ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -15,12 +15,10 @@ #ifdef HAVE_UNISTD_H #include /* Prototypes for lseek, sbrk (maybe) */ #endif -#include "mcalloc.c" #include "mfree.c" #include "mmalloc.c" -#include "mmemalign.c" #include "mrealloc.c" #include "mmorecore.c" -#include "attach.c" -#include "detach.c" #include "mm_legacy.c" +#include "mm_module.c" +#include "mm_diff.c"