From dd7d7107c72ab977a55f6572b0a6843954ad50b9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Mar 2019 16:27:22 +0100 Subject: examples: only include That's the only public curl header we should encourage use of. Reviewed-by: Marcel Raad Closes #3645 --- docs/examples/10-at-a-time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/10-at-a-time.c') diff --git a/docs/examples/10-at-a-time.c b/docs/examples/10-at-a-time.c index ee1c64a5d..b50eaa68e 100644 --- a/docs/examples/10-at-a-time.c +++ b/docs/examples/10-at-a-time.c @@ -30,7 +30,7 @@ #ifndef WIN32 # include #endif -#include +#include static const char *urls[] = { "https://www.microsoft.com", -- cgit v1.2.3