CLEANUP: contrib/prometheus-exporter: remove unused includes
authorWilliam Dauchy <wdauchy@gmail.com>
Mon, 1 Feb 2021 12:11:58 +0000 (13:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 1 Feb 2021 14:16:33 +0000 (15:16 +0100)
commit99066dd47f07c6a57e4e34f3dc6364840c415800
tree65dacbc7e5a771cc9085510113703221ef27b52f
parent7741c337794d0301cb55f6f1e2cc756d4ef3be74
CLEANUP: contrib/prometheus-exporter: remove unused includes

unless I'm wrong, those includes are no longer needed.  The only recent
one I remember is ssl-sock include since commit
5d9b8f3c9347a1a10b86f81d70b22c3cab0e6925 ("MINOR:
contrib/prometheus-exporter: use fill_info for process dump") where we
make use of the code from stats.c

Signed-off-by: William Dauchy <wdauchy@gmail.com>
contrib/prometheus-exporter/service-prometheus.c