mirror of
https://github.com/curl/curl.git
synced 2026-08-13 21:10:53 +03:00
examples: tidy-up headers and includes
To have a more similar layout across examples. Closes #19580
This commit is contained in:
parent
0a2618b265
commit
3c7cf8eac3
96 changed files with 116 additions and 121 deletions
|
|
@ -25,7 +25,6 @@
|
|||
* multi_socket API using libuv
|
||||
* </DESC>
|
||||
*/
|
||||
|
||||
/* Use the socket_action interface to download multiple files in parallel,
|
||||
powered by libuv.
|
||||
|
||||
|
|
@ -38,7 +37,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <uv.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
/* object to pass to the callbacks */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue