X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fd95a5b49b65441556be5f49a7e71775208a46e..267c4af6fe5522d2d291f2c99e8225827268cdff:/src/xbt/graph.c diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 42c211f3bd..b82a58179d 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -1,6 +1,6 @@ /* a generic graph library. */ -/* Copyright (c) 2006-2014. The SimGrid Team. +/* Copyright (c) 2006-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -12,7 +12,6 @@ #include "graph_private.h" #include "xbt/dict.h" #include "xbt/heap.h" -#include "xbt/str.h" #include "xbt/file.h" #include