mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +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
|
|
@ -26,7 +26,6 @@
|
|||
* transfers in parallel without curl_multi_wait/poll.
|
||||
* </DESC>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
@ -36,7 +35,6 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* curl stuff */
|
||||
#include <curl/curl.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue