From: Willy Tarreau Date: Mon, 17 Sep 2018 09:44:09 +0000 (+0200) Subject: CLEANUP/CONTRIB: hpack: remove some h1 build warnings X-Git-Tag: v1.9-dev3~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cc8a0a7ac81ee6ab589825e14bae55373b0b76d;p=thirdparty%2Fhaproxy.git CLEANUP/CONTRIB: hpack: remove some h1 build warnings These are inherited by recent reorganization to the H1 code. --- diff --git a/contrib/hpack/decode.c b/contrib/hpack/decode.c index 006c9097bf..9ef80f03fe 100644 --- a/contrib/hpack/decode.c +++ b/contrib/hpack/decode.c @@ -18,7 +18,6 @@ #include #include #include -#include #define MAX_RQ_SIZE 65536 #define MAX_HDR_NUM 1000