X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05ac54fdc9965fd0ba06ee3a036d8cf212608e89..68fddbaeb8d7a332bec9eb09ef0e7e548ac1850c:/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