Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
put back some includes
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 1 Mar 2016 14:30:26 +0000 (15:30 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 1 Mar 2016 14:31:19 +0000 (15:31 +0100)
examples/simdag/dax/dax_test.c
examples/simdag/dot/dot_test.c
examples/simdag/dot/dot_test2.c
examples/simdag/dot/simulate_dot.c
examples/simdag/goal/goal_test.c
include/simgrid/simdag.h
src/simdag/sd_dotloader.cpp

index b7b2a7b..4bd470c 100644 (file)
@@ -7,7 +7,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/simdag.h"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #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");
 #include <string.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logging specific to this SimDag example");
index 1cad621..a2006ba 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "simgrid/simdag.h"
 #include "xbt/log.h"
 
 #include "simgrid/simdag.h"
 #include "xbt/log.h"
+#include <stdio.h>
 #include <string.h>
 #include <libgen.h>
 
 #include <string.h>
 #include <libgen.h>
 
index dbbc218..a9b9c68 100644 (file)
@@ -7,7 +7,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/simdag.h"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/simdag.h"
-#include "xbt/log.h"
+#include <stdio.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logging specific to this SimDag example");
 
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logging specific to this SimDag example");
 
index d3827c9..22cc242 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <stdio.h>
 #include "simgrid/simdag.h"
 
 #include <stdio.h>
 #include "simgrid/simdag.h"
-#include "xbt/log.h"
 #include <string.h>
 #include <libgen.h>
 
 #include <string.h>
 #include <libgen.h>
 
index 23d774c..368f551 100644 (file)
@@ -11,8 +11,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. */
 
 /* 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 "simgrid/simdag.h"
-#include "xbt/log.h"
 #include "xbt/xbt_os_time.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(goal, "The GOAL loader into SimDag");
 #include "xbt/xbt_os_time.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(goal, "The GOAL loader into SimDag");
index d9df84c..2546414 100644 (file)
 #include "xbt/misc.h"
 #include "xbt/dynar.h"
 #include "xbt/dict.h"
 #include "xbt/misc.h"
 #include "xbt/dynar.h"
 #include "xbt/dict.h"
+#include "xbt/asserts.h"
+#include "xbt/log.h"
 #include "simgrid/link.h"
 #include "simgrid/link.h"
+#include "simgrid/host.h"
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()
 
index 9547948..d33cb25 100644 (file)
@@ -6,6 +6,7 @@
 
 #include "src/simdag/simdag_private.h"
 #include "simgrid/simdag.h"
 
 #include "src/simdag/simdag_private.h"
 #include "simgrid/simdag.h"
+#include "xbt/file.h"
 #include <string.h>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sd_dotparse, sd, "Parsing DOT files");
 #include <string.h>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sd_dotparse, sd, "Parsing DOT files");