CLEANUP: fd: do not include time.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 17:44:15 +0000 (19:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
It's not needed at all here.

include/haproxy/fd.h

index d07a039..245ec8d 100644 (file)
 #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 */