Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
text file used in trace usage test case
[simgrid.git] / include / xbt.h
index 08d5228..4cd44e7 100644 (file)
@@ -12,8 +12,9 @@
 
 #include <xbt/misc.h>
 #include <xbt/sysdep.h>
+#include <xbt/function_types.h>
 
-#include <xbt/error.h>
+#include <xbt/asserts.h>
 #include <xbt/log.h>
 
 #include <xbt/module.h>
@@ -24,6 +25,8 @@
 #include <xbt/swag.h>
 #include <xbt/heap.h>
 
+#include <xbt/peer.h>
 #include <xbt/config.h>
+#include <xbt/cunit.h>
 
 #endif /* xbt_H */