]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: task: remove unused includes from task.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:08:58 +0000 (20:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:27:08 +0000 (20:27 +0200)
freq_ctr.h and time.h are not used, let's drop them.

src/task.c

index 67633275dde2fa1d7ab7498edd16c888d424d500..283d507bb9f8cb67380e1e1bc9b4d0edfe4d4138 100644 (file)
 #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>