CLEANUP: tree-wide: remove unneeded include time.h in ~20 files
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 14:18:40 +0000 (16:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commit9310f481ce7c33bfc511d865144678dad368c596
tree34643f713efee53c524a5e8bcd36b2e18474f81f
parentf2d0ec98abd0e9352a70b2fde373cdeb0e89c47c
CLEANUP: tree-wide: remove unneeded include time.h in ~20 files

20 files used to have haproxy/time.h included only for now_ms, and two
were missing it for other things but used to inherit from it via other
files.
22 files changed:
include/haproxy/channel.h
include/haproxy/freq_ctr.h
include/haproxy/peers.h
include/haproxy/proxy.h
include/haproxy/quic_loss.h
include/haproxy/stick_table.h
include/haproxy/task.h
include/haproxy/xprt_quic.h
src/extcheck.c
src/freq_ctr.c
src/frontend.c
src/listener.c
src/proto_sockpair.c
src/proto_uxst.c
src/raw_sock.c
src/sample.c
src/stick_table.c
src/stream_interface.c
src/tcp_rules.c
src/tcpcheck.c
src/wdt.c
src/xprt_quic.c