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 52bed433e6189c703f2ab109e763e3278a3197ee..a0d6538cc11576fcf9f5c97f56d6144b0320672a 100644 (file)
@@ -6,8 +6,6 @@
 /* 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");