X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2995193b7e30d03c04917852c4c0b26d26646273..19728dc2c088aaaff2fa9dcfca9e36d869c25295:/src/amok/base.c diff --git a/src/amok/base.c b/src/amok/base.c index c17ffb22a8..deeec6a8d7 100644 --- a/src/amok/base.c +++ b/src/amok/base.c @@ -7,8 +7,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. */ -#include "xbt/error.h" -#include "gras/datadesc.h" +#include "gras.h" #include "amok/base.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(amok,XBT_LOG_ROOT_CAT,"All AMOK categories"); @@ -88,6 +87,6 @@ void amok_base_init(void) { } void amok_base_exit(void) { - /* No real module mecanism in GRAS so far, nothing to do. */ + /* No real module mechanism in GRAS so far, nothing to do. */ }