Drop apparently unneeded include of winsock2.h
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 2 Nov 2022 14:32:55 +0000 (14:32 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Sun, 13 Nov 2022 14:44:43 +0000 (14:44 +0000)
commit90f902daf5edb817d57b5e377d7ad54948a5a9f4
tree07c46653c054bb73c207dcf9936ea4abc3d3ef41
parent28ebf3f8d07e81efc06ce00f91fc542c7d6e0327
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
gdb/windows-nat.c