tidy-up: curlx/nonblock.h includes

Delete where unused, include where to used to avoid relying on
side-effect of other headers.

Also: delete "for curlx_nonblock" comments. That's the only symbol
offered by this header.

Closes #20055
This commit is contained in:
Viktor Szakats 2025-12-21 00:08:44 +01:00
parent fdb5152091
commit d4298603b5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 6 additions and 7 deletions

View file

@ -32,6 +32,7 @@
#include "cfilters.h"
#include "connect.h"
#include "strerror.h"
#include "curlx/nonblock.h"
#include "curlx/timeval.h"
#include "socks.h"
#include "curl_sspi.h"