X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bcc1dbe28f658ea786ba234a679601edd30758a..6659e698628302ff3b8663fe612044375e092fe3:/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