From: Willy Tarreau Date: Tue, 11 Dec 2018 08:03:07 +0000 (+0100) Subject: CLEANUP: hpack: no need to include chunk.h, only include buf.h X-Git-Tag: v1.9-dev11~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2df026fbce8e5686c5639235c5ff0a54ffc5a817;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/include/common/hpack-enc.h b/include/common/hpack-enc.h index 5246b83cae..23c886a533 100644 --- a/include/common/hpack-enc.h +++ b/include/common/hpack-enc.h @@ -29,7 +29,7 @@ #define _COMMON_HPACK_ENC_H #include -#include +#include #include #include