Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
delay the inclusion of standard headers so that _CRT_*_NO_WARNINGS gets defined on...
[simgrid.git] / src / xbt / graph.c
index 05e32c271d319d81f2efd948c429b3a632d574c2..a0d6538cc11576fcf9f5c97f56d6144b0320672a 100644 (file)
@@ -1,13 +1,11 @@
 /* a generic graph library.                                                 */
 
-/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2006-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* 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 <errno.h>
-#include <stdlib.h>
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/graph.h"
 #include "xbt/dict.h"
 #include "xbt/heap.h"
 #include "xbt/str.h"
+#include "xbt/file.h"
 
-
+#include <errno.h>
+#include <stdlib.h>
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_graph, xbt, "Graph");