mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +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
|
|
@ -28,10 +28,11 @@
|
|||
/*
|
||||
* LibTidy => https://www.html-tidy.org/
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <tidy/tidy.h>
|
||||
#include <tidy/tidybuffio.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
/* curl write callback, to fill tidy's input buffer... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue