X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c8ab2c255c1de482427de85a3a82195d4dc0f20..bbca528ff0c0fe48b262bac33809b9817786e305:/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