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