From 18fc12c392f506c7be3cb0753304db6a3525a8a9 Mon Sep 17 00:00:00 2001 From: Michael Grunder Date: Mon, 20 Jul 2020 16:27:28 -0700 Subject: Move include to sockcompat.h to maintain style (#850) See #848 --- sockcompat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sockcompat.c') diff --git a/sockcompat.c b/sockcompat.c index ca1bacc..f99d14b 100644 --- a/sockcompat.c +++ b/sockcompat.c @@ -32,7 +32,6 @@ #include "sockcompat.h" #ifdef _WIN32 -#include static int _wsaErrorToErrno(int err) { switch (err) { case WSAEWOULDBLOCK: -- cgit v1.2.3