Skip to content

Commit

Permalink
curl_addrinfo.c: never include afunix.h
Browse files Browse the repository at this point in the history
It's platform (Windows) specific header and now we have
its functionality reproduced inside config-win32.h.
  • Loading branch information
vszakats committed Mar 31, 2020
1 parent 52131b6 commit 29a3e37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/curl_addrinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
# define in_addr_t unsigned long
#endif

#if defined(USE_UNIX_SOCKETS) && !defined(WIN32)
#include <afunix.h>
#endif

#include <stddef.h>

#include "curl_addrinfo.h"
Expand Down

0 comments on commit 29a3e37

Please sign in to comment.