From: Stephan Bosch Date: Fri, 5 Jun 2020 19:29:44 +0000 (+0200) Subject: lib-oauth2: Remove unused include from oauth2.c. X-Git-Tag: 2.3.14.rc1~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=512739f51f835a9ca65b73f8c87ec3ad11d5eb89;p=thirdparty%2Fdovecot%2Fcore.git lib-oauth2: Remove unused include from oauth2.c. --- diff --git a/src/lib-oauth2/oauth2.c b/src/lib-oauth2/oauth2.c index 27ab27d4f4..b96995eab2 100644 --- a/src/lib-oauth2/oauth2.c +++ b/src/lib-oauth2/oauth2.c @@ -6,7 +6,6 @@ #include "json-tree.h" #include "oauth2.h" #include "oauth2-private.h" -#include "safe-memset.h" int oauth2_json_tree_build(const buffer_t *json, struct json_tree **tree_r, const char **error_r)