From daf7628852dc8c5b944f2667cc74d8ce75328aed Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 14 Mar 2007 09:05:51 +0000 Subject: [PATCH] portable.h is the header to load when seeking for portability git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3262 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/xbt/context_usage.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/testsuite/xbt/context_usage.c b/testsuite/xbt/context_usage.c index 702509b99c..749fbaf959 100644 --- a/testsuite/xbt/context_usage.c +++ b/testsuite/xbt/context_usage.c @@ -4,15 +4,7 @@ #include "xbt.h" #include "xbt/context.h" - -/* To know whether we're using threads or context */ - -#ifdef _WIN32 -# include "win32/config.h" -#else -# include "gras_config.h" -#endif - +#include "portable.h" /* To know whether we're using threads or context */ #include "xbt/fifo.h" xbt_context_t cA = NULL; -- 2.20.1