Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the trace library and fixed a few source of potential bugs in heap.
[simgrid.git] / include / gras.h
index 347e1da..4f479d4 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef GRAS_H
 #define GRAS_H
 
-#include <gros.h> /* our toolbox */
+#include <xbt.h> /* our toolbox */
 
 #include <gras/core.h> /* FIXME: killme */
 #include <gras/process.h>
@@ -22,9 +22,4 @@
 #include <gras/datadesc.h>
 #include <gras/messages.h>
 
-/* FIXME: This is amok */
-
-#include <gras/modules/base.h>
-#include <gras/modules/bandwidth.h>
-
 #endif /* GRAS_H */