projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4461383
)
write_riemann_threshold: remove unused header
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 19 Feb 2017 13:07:11 +0000
(14:07 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 19 Feb 2017 13:10:08 +0000
(14:10 +0100)
This fixes the build on EPEL7, which doesn't have ltdl-devel installed
(and it shouldn't have to since commit
98153711
).
src/write_riemann_threshold.c
patch
|
blob
|
history
diff --git
a/src/write_riemann_threshold.c
b/src/write_riemann_threshold.c
index
992d856
..
8f6b4be
100644
(file)
--- a/
src/write_riemann_threshold.c
+++ b/
src/write_riemann_threshold.c
@@
-34,8
+34,6
@@
#include "utils_threshold.h"
#include "write_riemann_threshold.h"
-#include <ltdl.h>
-
/*
* Threshold management
* ====================