X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.c;h=f3ec71ae1c28fd23d99badabb34ef070f0bb5843;hb=610204218564e01513607a0f077c33145f2b41f7;hp=7f06f2959133fe46724344184d890a5d52befd9a;hpb=d89829d22853ee0b7678b6e2ee7fdd359f3b7202;p=collectd.git diff --git a/src/utils_parse_option.c b/src/utils_parse_option.c index 7f06f295..f3ec71ae 100644 --- a/src/utils_parse_option.c +++ b/src/utils_parse_option.c @@ -25,8 +25,6 @@ **/ #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 +90,7 @@ int parse_string (char **ret_buffer, char **ret_string) buffer++; } } - + /* Eat up trailing spaces */ while (isspace ((int) *buffer)) buffer++;