Skip to content

Commit 2044bce

Browse files
kinkieyadij
andauthored
do not include windows.h and winsock2.h
Co-authored-by: Amos Jeffries <[email protected]>
1 parent 268dd88 commit 2044bce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compat/xaccept.cc

-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
#include "compat/xaccept.h"
1111

1212
#if _SQUID_WINDOWS_ || _SQUID_MINGW_
13-
#if HAVE_WINDOWS_H
14-
#include <windows.h>
15-
#endif
16-
#if HAVE_WKINSOCK2_H
17-
#include <winsock2.h>
18-
#endif
1913

2014
int
2115
xaccept(int s, struct sockaddr *a, socklen_t *l)

0 commit comments

Comments
 (0)