Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move typedefs of pointer to function to their own file so that I find them when I...
[simgrid.git] / include / xbt.h
index 52a9189..8a528a4 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <xbt/misc.h>
 #include <xbt/sysdep.h>
+#include <xbt/function_types.h>
 
 #include <xbt/asserts.h>
 #include <xbt/log.h>
@@ -24,6 +25,8 @@
 #include <xbt/swag.h>
 #include <xbt/heap.h>
 
+#include <xbt/host.h>
 #include <xbt/config.h>
+#include <xbt/cunit.h>
 
 #endif /* xbt_H */