X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13fb4af932a02ea0bd4293d1e55ac071de326f80..d7b64807e510df1a3e97a3a69719f7ca0009ae8c:/examples/msg/mc/bugged1_liveness.c?ds=sidebyside diff --git a/examples/msg/mc/bugged1_liveness.c b/examples/msg/mc/bugged1_liveness.c index 05da543dc7..d334f66d0c 100644 --- a/examples/msg/mc/bugged1_liveness.c +++ b/examples/msg/mc/bugged1_liveness.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2018. 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. */ @@ -15,9 +15,8 @@ #include #endif -#include "simgrid/msg.h" -#include "mc/mc.h" -#include "bugged1_liveness.h" +#include +#include XBT_LOG_NEW_DEFAULT_CATEGORY(bugged1_liveness, "my log messages");