X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3951d2a98b47949c8d6bde9832fd615360bbd4c..a4fc28ec2b9c97fc5bff04e0e5f420703f5ab419:/examples/simdag/dot/dot_test2.c?ds=sidebyside diff --git a/examples/simdag/dot/dot_test2.c b/examples/simdag/dot/dot_test2.c index 38b70958b8..dbbc218816 100644 --- a/examples/simdag/dot/dot_test2.c +++ b/examples/simdag/dot/dot_test2.c @@ -6,12 +6,8 @@ /* 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 #include "simgrid/simdag.h" #include "xbt/log.h" -#include "xbt/ex.h" -#include XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logging specific to this SimDag example");