X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed370455d31b6eab01d8c671d38ad3149ad8ea5..4d922346f668e9e8dd4ed661567b99e42df1d14d:/src/portable.h diff --git a/src/portable.h b/src/portable.h index 487a6f10f3..f610526f1f 100644 --- a/src/portable.h +++ b/src/portable.h @@ -22,10 +22,6 @@ #include #include -#ifdef HAVE_ERRNO_H -# include -#endif - #ifdef HAVE_UNISTD_H # include #endif @@ -67,10 +63,6 @@ #define S_IWGRP 0 #endif -#ifdef HAVE_SYS_STAT_H -# include -#endif - #ifndef O_BINARY # define O_BINARY 0 #endif