mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:31:40 +03:00
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:
parent
f709a45c57
commit
53b4dfe405
15 changed files with 0 additions and 63 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue