]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>
authorYaakov Selkowitz <yselkowi@redhat.com>
Fri, 19 Jan 2018 18:06:00 +0000 (12:06 -0600)
committerYaakov Selkowitz <yselkowi@redhat.com>
Fri, 19 Jan 2018 18:08:26 +0000 (12:08 -0600)
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>
winsup/cygwin/include/sys/socket.h

index 9e897a9ff1d94c0287b28d64bb93314c0ace370b..e6b92eef87cecb654b7643fb2bc58f8c46e7a810 100644 (file)
@@ -11,7 +11,6 @@ details. */
 
 #include <features.h>
 #include <cygwin/socket.h>
-#include <sys/time.h>
 
 #ifdef __cplusplus
 extern "C"
This page took 0.028864 seconds and 5 git commands to generate.