mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-10 07:49:54 +00:00
CLEANUP: fd: do not include time.h
It's not needed at all here.
This commit is contained in:
parent
561958c17c
commit
c91f608bcb
@ -29,11 +29,11 @@
|
|||||||
#include <import/ist.h>
|
#include <import/ist.h>
|
||||||
#include <haproxy/activity.h>
|
#include <haproxy/activity.h>
|
||||||
#include <haproxy/api.h>
|
#include <haproxy/api.h>
|
||||||
|
#include <haproxy/atomic.h>
|
||||||
#include <haproxy/fd-t.h>
|
#include <haproxy/fd-t.h>
|
||||||
#include <haproxy/global.h>
|
#include <haproxy/global.h>
|
||||||
#include <haproxy/thread.h>
|
#include <haproxy/thread.h>
|
||||||
#include <haproxy/ticks.h>
|
#include <haproxy/ticks.h>
|
||||||
#include <haproxy/time.h>
|
|
||||||
|
|
||||||
/* public variables */
|
/* public variables */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user