From e89e475207ef3b603dc2121f616c4a582d4d2684 Mon Sep 17 00:00:00 2001 From: cherierm Date: Mon, 25 Sep 2006 16:09:58 +0000 Subject: [PATCH 1/1] 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 --- src/xbt/context.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.20.1