summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2022-09-19 20:59:34 +1000
committerDamien Miller <djm@mindrot.org>2022-09-19 20:59:34 +1000
commit5f954929e9f173dd1e279e07d0e8b14fa845814d (patch)
tree5d5f1cb1a24a955bcb4bf02bc2443809353ed679
parent03d94a47207d58b3db37eba4f87eb6ae5a63168a (diff)
no need for glob.h here
it also causes portability problems
-rw-r--r--sftp-usergroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sftp-usergroup.c b/sftp-usergroup.c
index fa06fd0a..083930a4 100644
--- a/sftp-usergroup.c
+++ b/sftp-usergroup.c
@@ -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>