]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: hpack: no need to include chunk.h, only include buf.h
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 08:03:07 +0000 (09:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 08:06:06 +0000 (09:06 +0100)
commit2df026fbce8e5686c5639235c5ff0a54ffc5a817
tree026b34b45ec901ab17856b3d3e134b71c34b631c
parent7571015939eb0ab560df0fefc434e273ec9d93ff
CLEANUP: hpack: no need to include chunk.h, only include buf.h

Chunk.h used to be needed to declare the struct chunk which we don't
use anymore, let's fall back to the lighter buf.h
include/common/hpack-enc.h