X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..ea74f5d95928a521a588737e81f1de94eef25d19:/src/xbt/mmalloc/mm_legacy.c diff --git a/src/xbt/mmalloc/mm_legacy.c b/src/xbt/mmalloc/mm_legacy.c index 81230d16fa..3228074080 100644 --- a/src/xbt/mmalloc/mm_legacy.c +++ b/src/xbt/mmalloc/mm_legacy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2021. The SimGrid Team. +/* Copyright (c) 2010-2022. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -13,9 +13,8 @@ #include "mmprivate.h" #include "src/internal_config.h" -#include "src/mc/mc_base.h" #include "src/mc/remote/mc_protocol.h" -#include "src/xbt_modinter.h" +#include "xbt/xbt_modinter.h" #include /* ***** Whether to use `mmalloc` of the underlying malloc ***** */