X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.c;h=3652a666c2a73ef99a9c5563d712937cf88ffec0;hb=3d74a63ae43c1786eb9b966e2209c24c5643dae8;hp=7f06f2959133fe46724344184d890a5d52befd9a;hpb=aedf67e69cbe93a6925fd1004a7c8b990aed4b0a;p=collectd.git diff --git a/src/utils_parse_option.c b/src/utils_parse_option.c index 7f06f295..3652a666 100644 --- a/src/utils_parse_option.c +++ b/src/utils_parse_option.c @@ -25,8 +25,7 @@ **/ #include "collectd.h" -#include "common.h" -#include "plugin.h" + #include "utils_parse_option.h" int parse_string (char **ret_buffer, char **ret_string) @@ -92,7 +91,7 @@ int parse_string (char **ret_buffer, char **ret_string) buffer++; } } - + /* Eat up trailing spaces */ while (isspace ((int) *buffer)) buffer++;