From: Damien Miller Date: Mon, 19 Sep 2022 10:59:34 +0000 (+1000) Subject: no need for glob.h here X-Git-Tag: V_9_1_P1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f954929e9f173dd1e279e07d0e8b14fa845814d;p=thirdparty%2Fopenssh-portable.git no need for glob.h here it also causes portability problems --- diff --git a/sftp-usergroup.c b/sftp-usergroup.c index fa06fd0ac..083930a4a 100644 --- a/sftp-usergroup.c +++ b/sftp-usergroup.c @@ -21,7 +21,6 @@ #include #include -#include #include #include #include