X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c9cec0dc29c4015e8600560b23772f22076044d7..d0d720314bcf4c41da5f6783480aa64eb38a35fc:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 037b808c8c..573c983b76 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -51,11 +51,6 @@ int gras_os_getpid(void); /*-*-* end of debugging stuff *-*-*/ - -/* the machine context */ -#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__) -#include "xbt/win32_context.h" - #elif defined(__EX_MCTX_MCSC__) #include /* POSIX.1 ucontext(3) */ #define __ex_mctx_struct ucontext_t uc;