]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: tools: do not needlessly include xxhash nor cli from tools.h
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2022 07:09:12 +0000 (08:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2022 07:30:48 +0000 (08:30 +0100)
commit08093cc0fa783ac7b0896a911452863673870707
treea96861886bee7246ccfbeb0da32a2e44dcbc5692
parent07a3d539f59270b12406c055d93a8a0bcacbc9a8
CLEANUP: tools: do not needlessly include xxhash nor cli from tools.h

These includes brought by commit 9c76637ff ("MINOR: anon: add new macros
and functions to anonymize contents") resulted in an increase of exactly
20% of the number of lines to build. These include are not needed there,
only tools.c needs xxhash.h.
include/haproxy/tools.h
src/tools.c