X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d13b1659a0c2551ee41b287a269e391bb2d7bc8a..d2e206d0539afade3722f7aa9f7a65ad8a714253:/src/mc/mc_pair.cpp diff --git a/src/mc/mc_pair.cpp b/src/mc/mc_pair.cpp index 7f754cd35e..dcbff99685 100644 --- a/src/mc/mc_pair.cpp +++ b/src/mc/mc_pair.cpp @@ -1,12 +1,11 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. +/* Copyright (c) 2013-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include -#include "mc_liveness.h" -#include "mc_private.h" +#include "src/mc/mc_liveness.h" +#include "src/mc/mc_private.h" extern "C" { @@ -31,9 +30,4 @@ void MC_pair_delete(mc_pair_t p) p = NULL; } -void mc_pair_free_voidp(void *p) -{ - MC_pair_delete((mc_pair_t) * (void **) p); -} - }