]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 d07a0391864813193656a2b47776b0de7103cab8..245ec8d077d1ef03868f2047f0d8809bf2ff44d5 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 */