BUILD: task: remove unused includes from task.c

freq_ctr.h and time.h are not used, let's drop them.
This commit is contained in:
Willy Tarreau 2021-05-08 20:08:58 +02:00
parent 08138612a4
commit c79e89853b

View File

@ -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>