]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
no need for glob.h here
authorDamien Miller <djm@mindrot.org>
Mon, 19 Sep 2022 10:59:34 +0000 (20:59 +1000)
committerDamien Miller <djm@mindrot.org>
Mon, 19 Sep 2022 10:59:34 +0000 (20:59 +1000)
it also causes portability problems

sftp-usergroup.c

index fa06fd0ac232ae87274674c107ac71ecde40b238..083930a4a327c9bc017e9c20d84917c447479071 100644 (file)
@@ -21,7 +21,6 @@
 #include <sys/types.h>
 #include <openbsd-compat/sys-tree.h>
 
-#include <glob.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>