commit | 90f902daf5edb817d57b5e377d7ad54948a5a9f4 | [log] [tgz] |
---|---|---|
author | Jon Turney <jon.turney@dronecode.org.uk> | Wed Nov 02 14:32:55 2022 +0000 |
committer | Jon Turney <jon.turney@dronecode.org.uk> | Sun Nov 13 14:44:43 2022 +0000 |
tree | 07c46653c054bb73c207dcf9936ea4abc3d3ef41 | |
parent | 28ebf3f8d07e81efc06ce00f91fc542c7d6e0327 [diff] |
Drop apparently unneeded include of winsock2.h Commit d08bae3d ("Implement target async for Windows") unconditionally includes winsock2.h. We don't want to do that on Cygwin, since including both winsock2.h and sys/select.h causes incompatible redefinition problems. Since that include is apparently unneeded, just drop it. Fixes: d08bae3d