diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2018-01-19 12:06:00 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2018-01-19 12:08:26 -0600 |
commit | fa47495755489a0807104a2a7c7347f57dc5d1f1 (patch) | |
tree | 7cd7759f615d6efce6b6bf8de9d17c4ab36cc1a1 | |
parent | fffd2770db9aa7aa0404d124d8ce4bf00f7f4c71 (diff) | |
download | cygnal-fa47495755489a0807104a2a7c7347f57dc5d1f1.tar.gz cygnal-fa47495755489a0807104a2a7c7347f57dc5d1f1.tar.bz2 cygnal-fa47495755489a0807104a2a7c7347f57dc5d1f1.zip |
cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>
POSIX does not mention the inclusion of <sys/time.h> in <sys/socket.h>
or <netinet/in.h>, nor is there anything in the latter two that would
require the former.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
-rw-r--r-- | winsup/cygwin/include/sys/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/socket.h b/winsup/cygwin/include/sys/socket.h index 9e897a9ff..e6b92eef8 100644 --- a/winsup/cygwin/include/sys/socket.h +++ b/winsup/cygwin/include/sys/socket.h @@ -11,7 +11,6 @@ details. */ #include <features.h> #include <cygwin/socket.h> -#include <sys/time.h> #ifdef __cplusplus extern "C" |