curl_setup: include only system.h instead of curl.h

As done before commit 9506d01ee5.

Ref: https://github.com/curl/curl/pull/9375#discussion_r957010158
Closes https://github.com/curl/curl/pull/9453
This commit is contained in:
Marcel Raad 2022-09-07 12:30:15 +02:00
parent b921a1676f
commit e5839f4ee7
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02

View File

@ -244,7 +244,7 @@
# include "setup-win32.h"
#endif
#include <curl/curl.h>
#include <curl/system.h>
/*
* Use getaddrinfo to resolve the IPv4 address literal. If the current network