projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561958c
)
CLEANUP: fd: do not include time.h
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 17:44:15 +0000
(19:44 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000
(
01:41
+0200)
It's not needed at all here.
include/haproxy/fd.h
patch
|
blob
|
history
diff --git
a/include/haproxy/fd.h
b/include/haproxy/fd.h
index
d07a039
..
245ec8d
100644
(file)
--- a/
include/haproxy/fd.h
+++ b/
include/haproxy/fd.h
@@
-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 */