CLEANUP: tree-wide: remove unneeded include time.h in ~20 files
20 files used to have haproxy/time.h included only for now_ms, and two
were missing it for other things but used to inherit from it via other
files.
diff --git a/src/frontend.c b/src/frontend.c
index a8ed2c4..6aa1027 100644
--- a/src/frontend.c
+++ b/src/frontend.c
@@ -37,7 +37,7 @@
#include <haproxy/stream.h>
#include <haproxy/stream_interface.h>
#include <haproxy/task.h>
-#include <haproxy/time.h>
+#include <haproxy/ticks.h>
#include <haproxy/tools.h>