]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: include: don't include stddef.h directly
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Jun 2020 13:37:34 +0000 (15:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:59 +0000 (10:18 +0200)
commitd62af6abe4fa9abf215b8ee9025a565ad14c5179
treeb678c61bcdf40be368d1f8f415a62f0ed5caaf4e
parentbcc6733fabe26b71620b4c67aa09c163fc42525d
CLEANUP: include: don't include stddef.h directly

Directly including stddef.h in many files results in it being processed
multiple times while it can be centralized in api-t.h and be guarded
against multiple inclusions. Doing so reduces the number of preprocessed
lines by 1200!
include/haproxy/base64.h
include/haproxy/buf-t.h
include/haproxy/http.h
include/haproxy/namespace-t.h