Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove useless includes
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 9 Aug 2016 10:03:33 +0000 (12:03 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 9 Aug 2016 10:03:33 +0000 (12:03 +0200)
include/simgrid/instr.h
src/instr/instr_private.h

index f8d60be..684e40c 100644 (file)
@@ -12,7 +12,6 @@
 #include "xbt.h"
 #include "xbt/graph.h"
 #include "simgrid/msg.h"
-#include "simgrid/simdag.h"
 
 SG_BEGIN_DECL()
 
index fb51e5b..2a9e63e 100644 (file)
@@ -457,8 +457,4 @@ typedef struct s_instr_extra_data {
 
 SG_END_DECL()
 
-#if HAVE_JEDULE
-#include "simgrid/jedule/jedule_sd_binding.h"
-#endif
-
 #endif /* INSTR_PRIVATE_H_ */