mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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:
parent
08138612a4
commit
c79e89853b
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue