]> git.kaiwu.me - haproxy.git/commit
CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 10:11:37 +0000 (11:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 16:15:13 +0000 (17:15 +0100)
commit30925659ef21de786e3bf0dbf1013b9ce871d9ba
treec2f5f9d9416d7a6e534b761cad45168c04e2409f
parent326e27ed0800def64c8ccdad7a24a04efdd8855f
CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions

Several places where h1.h was included didn't need it at all since
they in fact relied on the legacy HTTP definitions.
include/proto/http_htx.h
include/proto/proto_http.h
include/types/proto_http.h
src/flt_http_comp.c
src/flt_trace.c
src/hlua_fcn.c
src/http_fetch.c
src/log.c