mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-23 23:28:47 -04:00
CLEANUP: fd: do not include time.h
It's not needed at all here.
This commit is contained in:
parent
561958c17c
commit
c91f608bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,11 +29,11 @@
|
|||
#include <import/ist.h>
|
||||
#include <haproxy/activity.h>
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/atomic.h>
|
||||
#include <haproxy/fd-t.h>
|
||||
#include <haproxy/global.h>
|
||||
#include <haproxy/thread.h>
|
||||
#include <haproxy/ticks.h>
|
||||
#include <haproxy/time.h>
|
||||
|
||||
/* public variables */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue