X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30f09552abf56c908a8f0bbd397f578f62a4453c..daf7628852dc8c5b944f2667cc74d8ce75328aed:/testsuite/xbt/context_usage.c 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;