summaryrefslogtreecommitdiff
path: root/include/haproxy/http_fetch.h
Commit message (Collapse)AuthorAgeFilesLines
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1
| | | | | | This patch fixes all the leftovers from the include cleanup campaign. There were not that many (~400 entries in ~150 files) but it was definitely worth doing it as it revealed a few duplicates.
* REORG: include: move channel.h to haproxy/channel{,-t}.hWilly Tarreau2020-06-111-1/+1
| | | | | The files were moved with no change. The callers were cleaned up a bit and a few of them had channel.h removed since not needed.
* REORG: include: move http_fetch.h to haproxy/http_fetch.hWilly Tarreau2020-06-111-0/+41
There's no type file for this trivial one. The unneeded dependency on htx.h was dropped.