X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bcc1dbe28f658ea786ba234a679601edd30758a..refs/heads/v3_12_x:/src/portable.h diff --git a/src/portable.h b/src/portable.h index d09a1dfc08..d3d435ba7d 100644 --- a/src/portable.h +++ b/src/portable.h @@ -77,16 +77,10 @@ **** Time handling ****/ -#ifdef TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H +#if HAVE_SYS_TIME_H # include -# else -# include -# endif #endif +#include /**** **** Signals