From: Willy Tarreau Date: Wed, 6 Oct 2021 17:44:15 +0000 (+0200) Subject: CLEANUP: fd: do not include time.h X-Git-Tag: v2.5-dev9~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c91f608bcb385a31540313c0cf805a1b08ae5c45;p=thirdparty%2Fhaproxy.git CLEANUP: fd: do not include time.h It's not needed at all here. --- diff --git a/include/haproxy/fd.h b/include/haproxy/fd.h index d07a039186..245ec8d077 100644 --- a/include/haproxy/fd.h +++ b/include/haproxy/fd.h @@ -29,11 +29,11 @@ #include #include #include +#include #include #include #include #include -#include /* public variables */