X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_mongodb.c;h=8d9ed9df39bc5099c27e21eb02fa4dcbe7ed1e74;hb=13c83b972a8ade7dff6f8f2d00832d446ef6f502;hp=9a6fdf2697da4b52c7ba7d5fd5f8f39ed96c73c6;hpb=0d80072344ea5322c34f716ed77a5319a62bfc96;p=collectd.git diff --git a/src/write_mongodb.c b/src/write_mongodb.c index 9a6fdf26..8d9ed9df 100644 --- a/src/write_mongodb.c +++ b/src/write_mongodb.c @@ -29,13 +29,12 @@ **/ #include "collectd.h" + #include "plugin.h" #include "common.h" #include "configfile.h" #include "utils_cache.h" -#include - #if HAVE_STDINT_H # define MONGO_HAVE_STDINT 1 #else