From 53b4dfe405dca1eeff0ac48e2fc96d7782e887a7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 24 May 2024 19:52:05 +0200 Subject: 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 --- docs/examples/multi-debugcallback.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/examples/multi-debugcallback.c') 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 #include -/* somewhat unix-specific */ -#ifndef _WIN32 -#include -#include -#endif - /* curl stuff */ #include -- cgit v1.2.3