From 5cc8a0a7ac81ee6ab589825e14bae55373b0b76d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 17 Sep 2018 11:44:09 +0200 Subject: [PATCH] CLEANUP/CONTRIB: hpack: remove some h1 build warnings These are inherited by recent reorganization to the H1 code. --- contrib/hpack/decode.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3