From: mquinson Date: Sun, 27 Feb 2005 23:21:31 +0000 (+0000) Subject: loads all of gras.h, not only parts X-Git-Tag: v3.3~4268 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fa7b0bf08f43186d444bc5bf846e2459ea89a8c7 loads all of gras.h, not only parts git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1085 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/amok/base.c b/src/amok/base.c index 84b84f3293..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");