]> AND Public Git Repository - simgrid.git/blobdiff - examples/simdag/dax/dax_test.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / simdag / dax / dax_test.c
index 3954c6b5923028833b597abf362b521f3acdf977..4bd470c1fddc543694a8cc597e24b33325329bc1 100644 (file)
@@ -6,9 +6,8 @@
 /* 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 <stdio.h>
 #include "simgrid/simdag.h"
-#include "xbt/log.h"
+#include <stdio.h>
 #include <string.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logging specific to this SimDag example");