X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40334ce6fe520b2fa7d1e240716e4f34a5fdc74e..41c54c2772412935a5c8fc9f2d09e623c0383ae7:/src/xbt/mmalloc/mm_legacy.c diff --git a/src/xbt/mmalloc/mm_legacy.c b/src/xbt/mmalloc/mm_legacy.c index 2c1a0d5d9d..e9e250fa23 100644 --- a/src/xbt/mmalloc/mm_legacy.c +++ b/src/xbt/mmalloc/mm_legacy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2014. The SimGrid Team. +/* Copyright (c) 2010-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,12 +11,12 @@ #include -#include "../../mc/mc_base.h" +#include "src/mc/mc_base.h" #include "mmprivate.h" -#include "xbt_modinter.h" -#include "internal_config.h" +#include "src/xbt_modinter.h" +#include "src/internal_config.h" #include -#include "../mc/mc_protocol.h" +#include "src/mc/mc_protocol.h" /* ***** Whether to use `mmalloc` of the undrlying malloc ***** */