examples: delete unused includes

Delete a bunch of unnecessary-looking headers from some examples. This
is known to be tricky on AIX (perhaps also in other less-tested envs).

Let me know if any of this looks incorrect or outright fails on some
systems.

Follow-up to d4b8589055 #13771
Closes #13785
This commit is contained in:
Viktor Szakats 2024-05-24 19:52:05 +02:00
parent f709a45c57
commit 53b4dfe405
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
15 changed files with 0 additions and 63 deletions

View file

@ -29,12 +29,6 @@
#include <stdio.h>
#include <string.h>
/* somewhat unix-specific */
#ifndef _WIN32
#include <sys/time.h>
#include <unistd.h>
#endif
/* curl stuff */
#include <curl/curl.h>