X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.c;h=3652a666c2a73ef99a9c5563d712937cf88ffec0;hb=43954e07f30d05b2da8319749400c9bf4d01c23c;hp=7f06f2959133fe46724344184d890a5d52befd9a;hpb=3307054b6ab46b51fdda4f528e72d119e9de3071;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++;