Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use xbt_malloc (and friends) instead of direct malloc()
[simgrid.git] / teshsuite / xbt / log_large_test.c
index ba27cecefd7c7d5e9fb0da6ccedc8b25c47dc2e8..20c4bbc4b957e24f429162954a8c539465b5e442 100644 (file)
@@ -6,8 +6,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "gras.h"
-#include "xbt/synchro.h"
+#include "xbt.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logs of this example");
 
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logs of this example");