diff options
author | Viktor Szakats <commit@vsz.me> | 2024-05-24 19:52:05 +0200 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2024-05-28 00:27:04 +0200 |
commit | 53b4dfe405dca1eeff0ac48e2fc96d7782e887a7 (patch) | |
tree | 07a8bbe303c6f62ef3ba6c3c69836d7fad250515 /docs/examples/multi-debugcallback.c | |
parent | f709a45c57566dffd307231b5d1bf3e2c337375e (diff) |
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 d4b85890555388bec212b75f47a5c1a48705b156 #13771
Closes #13785
Diffstat (limited to 'docs/examples/multi-debugcallback.c')
-rw-r--r-- | docs/examples/multi-debugcallback.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/examples/multi-debugcallback.c b/docs/examples/multi-debugcallback.c index 68f30e9b0..a5be174da 100644 --- a/docs/examples/multi-debugcallback.c +++ b/docs/examples/multi-debugcallback.c @@ -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> |