commit | c79e89853b27c8b1dffeabb9696cc3b8ae97620d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:08:58 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:27:08 2021 +0200 |
tree | e31601b5d52e157889817f01bac9be7d27ae0c49 | |
parent | 08138612a423c8205a4163925a5ad0859211e87e [diff] |
BUILD: task: remove unused includes from task.c freq_ctr.h and time.h are not used, let's drop them.
diff --git a/src/task.c b/src/task.c index 6763327..283d507 100644 --- a/src/task.c +++ b/src/task.c
@@ -18,12 +18,10 @@ #include <haproxy/api.h> #include <haproxy/cfgparse.h> #include <haproxy/fd.h> -#include <haproxy/freq_ctr.h> #include <haproxy/list.h> #include <haproxy/pool.h> #include <haproxy/stream.h> #include <haproxy/task.h> -#include <haproxy/time.h> #include <haproxy/tools.h>