Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various cleanups; dupplicate the processes on each machine since MSG (and thus GRAS...
[simgrid.git] / include / xbt.h
index 08d5228..506f8df 100644 (file)
@@ -13,7 +13,7 @@
 #include <xbt/misc.h>
 #include <xbt/sysdep.h>
 
-#include <xbt/error.h>
+#include <xbt/asserts.h>
 #include <xbt/log.h>
 
 #include <xbt/module.h>
@@ -24,6 +24,8 @@
 #include <xbt/swag.h>
 #include <xbt/heap.h>
 
+#include <xbt/host.h>
 #include <xbt/config.h>
+#include <xbt/cunit.h>
 
 #endif /* xbt_H */