CLEANUP: fd: do not include time.h

It's not needed at all here.
This commit is contained in:
Willy Tarreau 2021-10-06 19:44:15 +02:00
parent 561958c17c
commit c91f608bcb

View File

@ -29,11 +29,11 @@
#include <import/ist.h>
#include <haproxy/activity.h>
#include <haproxy/api.h>
#include <haproxy/atomic.h>
#include <haproxy/fd-t.h>
#include <haproxy/global.h>
#include <haproxy/thread.h>
#include <haproxy/ticks.h>
#include <haproxy/time.h>
/* public variables */