diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-07 00:54:26 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-07 00:54:26 -0400 |
commit | 706f9264aa65caab96c6dce8833062145b249c58 (patch) | |
tree | e69ebfcbe3eadb2d5a58ff91f4e880a67f784d43 /include/spm.h | |
parent | 69dfe8af1bf086cae273cd6213aa11a894a135a3 (diff) | |
download | spmc-706f9264aa65caab96c6dce8833062145b249c58.tar.gz |
Remove glob.h reference
Diffstat (limited to 'include/spm.h')
-rw-r--r-- | include/spm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/spm.h b/include/spm.h index 6639cd1..a026ebf 100644 --- a/include/spm.h +++ b/include/spm.h @@ -44,7 +44,6 @@ #if !OS_WINDOWS #include <fts.h> -#include <glob.h> #include <unistd.h> #include <sys/utsname.h> #include <utime.h> |