Code

utils_cmd_flush.c: fix build warning
[collectd.git] / src / write_riemann_threshold.c
index 452c2910cd980b4f7e702d02cf737c69f18f9585..8f6b4beda4b92685e1743d2d32d804a6fe82303d 100644 (file)
@@ -34,8 +34,6 @@
 #include "utils_threshold.h"
 #include "write_riemann_threshold.h"
 
-#include <ltdl.h>
-
 /*
  * Threshold management
  * ====================
@@ -225,5 +223,3 @@ int write_riemann_threshold_check(const data_set_t *ds, const value_list_t *vl,
 
   return (0);
 } /* }}} int ut_check_threshold */
-
-/* vim: set sw=2 ts=8 sts=2 tw=78 et fdm=marker : */