]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP/CONTRIB: hpack: remove some h1 build warnings
authorWilly Tarreau <w@1wt.eu>
Mon, 17 Sep 2018 09:44:09 +0000 (11:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Sep 2018 07:41:24 +0000 (09:41 +0200)
These are inherited by recent reorganization to the H1 code.

contrib/hpack/decode.c

index 006c9097bf514da194e459ac7fc52bab2e1529e7..9ef80f03fe87a36fe2e555316a36d6cf106c20ce 100644 (file)
@@ -18,7 +18,6 @@
 #include <common/chunk.h>
 #include <common/hpack-dec.h>
 #include <common/mini-clist.h>
-#include <proto/h1.h>
 
 #define MAX_RQ_SIZE 65536
 #define MAX_HDR_NUM 1000