aboutsummaryrefslogtreecommitdiff
path: root/include/spm.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-06-07 00:54:26 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-06-07 00:54:26 -0400
commit706f9264aa65caab96c6dce8833062145b249c58 (patch)
treee69ebfcbe3eadb2d5a58ff91f4e880a67f784d43 /include/spm.h
parent69dfe8af1bf086cae273cd6213aa11a894a135a3 (diff)
downloadspmc-706f9264aa65caab96c6dce8833062145b249c58.tar.gz
Remove glob.h reference
Diffstat (limited to 'include/spm.h')
-rw-r--r--include/spm.h1
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>