Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
updating the dtd and some memory leacks
[simgrid.git] / include / xbt.h
index 6af44f12a8d7e0822acb74144d6dd62c19db7f54..4cd44e720598b473511ad3b7e51aff860550ee05 100644 (file)
 #ifndef xbt_H
 #define xbt_H
 
+#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>
@@ -23,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 */