X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_parse_option.c;h=3652a666c2a73ef99a9c5563d712937cf88ffec0;hb=fa82af13503a1195e1bfaef597ac33a3dc71a758;hp=7f06f2959133fe46724344184d890a5d52befd9a;hpb=65c20e41cfad6e7ab024983f561835fd347124ce;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++;