write_riemann_threshold: remove unused header
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 19 Feb 2017 13:07:11 +0000 (14:07 +0100)
committerRuben 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

index 992d856..8f6b4be 100644 (file)
@@ -34,8 +34,6 @@
 #include "utils_threshold.h"
 #include "write_riemann_threshold.h"
 
-#include <ltdl.h>
-
 /*
  * Threshold management
  * ====================