From 731594394fa9ecfbdf2b97c45cf2e5a8fad82bcf Mon Sep 17 00:00:00 2001 From: Mihir Patel <82491937+LowLevelLore@users.noreply.github.com> Date: Thu, 17 Jul 2025 02:18:42 +0530 Subject: [PATCH] Update tcp_client-windows.h Changed improper misplaced includes. --- include/spdlog/details/tcp_client-windows.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/spdlog/details/tcp_client-windows.h b/include/spdlog/details/tcp_client-windows.h index a82687b2..76e73a36 100644 --- a/include/spdlog/details/tcp_client-windows.h +++ b/include/spdlog/details/tcp_client-windows.h @@ -57,11 +57,7 @@ public: } SOCKET fd() const { return socket_; } - -#include -#include - - // Returns 0 on success, SOCKET_ERROR on failure (check WSAGetLastError()). + int connect_socket_with_timeout(SOCKET sockfd, const struct sockaddr *addr, int addrlen,