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:
0813861
)
BUILD: task: remove unused includes from task.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:08:58 +0000
(20:08 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:27:08 +0000
(20:27 +0200)
freq_ctr.h and time.h are not used, let's drop them.
src/task.c
patch
|
blob
|
history
diff --git
a/src/task.c
b/src/task.c
index
6763327
..
283d507
100644
(file)
--- a/
src/task.c
+++ b/
src/task.c
@@
-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>