X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a358115a6d6ef855fc2d664fc8d7ae6826ae92e3..a4fc28ec2b9c97fc5bff04e0e5f420703f5ab419:/examples/simdag/dot/dot_test2.c 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");