summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7cb09e1)
raw | patch | inline | side by side (parent: 7cb09e1)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 16:05:22 +0000 (18:05 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 16:10:31 +0000 (18:10 +0200) |
src/write_kafka.c | patch | blob | history |
diff --git a/src/write_kafka.c b/src/write_kafka.c
index 614ce0f084df7f9ba09181b21983a2fdbec277a5..6b5bc398dcb8cbf3e2c75353e96faf1f926db230 100644 (file)
--- a/src/write_kafka.c
+++ b/src/write_kafka.c
#include "plugin.h"
#include "common.h"
#include "configfile.h"
-#include "utils_cache.h"
#include "utils_cmd_putval.h"
#include "utils_format_graphite.h"
#include "utils_format_json.h"
-#include "utils_crc32.h"
#include <stdint.h>
#include <librdkafka/rdkafka.h>
-#include <zlib.h>
#include <errno.h>
struct kafka_topic_context {