From: cherierm Date: Mon, 25 Sep 2006 16:09:58 +0000 (+0000) Subject: Removes the gras_config.h inclusion, adds the portable.h inclusion for win32 portability. X-Git-Tag: v3.3~2556 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e89e475207ef3b603dc2121f616c4a582d4d2684?hp=b3e6ed71424d1f37f8894fae0e1d0b471a1e5b47 Removes the gras_config.h inclusion, adds the portable.h inclusion for win32 portability. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2803 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/context.c b/src/xbt/context.c index 6ea5172a88..c62a7a6a71 100644 --- a/src/xbt/context.c +++ b/src/xbt/context.c @@ -13,7 +13,6 @@ #include "context_private.h" #include "xbt/log.h" #include "xbt/dynar.h" -#include "gras_config.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_ctx, xbt, "Context");