X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e09e1421647408f991d54848b90d9404e9154f6..fa30e17325ce98a689f9957c2888b8cdd4cf8916:/src/xbt/graph.c diff --git a/src/xbt/graph.c b/src/xbt/graph.c index b5f95c6632..121a842f6b 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -11,10 +11,9 @@ #include "xbt/graph.h" #include "graph_private.h" #include "xbt/dict.h" -#include "xbt/heap.h" -#include "xbt/file.h" #include +#include #include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_graph, xbt, "Graph");