diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-06-07 02:00:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 02:00:13 -0400 |
commit | a9163234b166945a6d62efedf35940455ef6e138 (patch) | |
tree | f3a0874ce443e19df9ce5988dd1afcbf97242e33 /include/spm.h | |
parent | bd83a3adb8cf3455f6515a6527f2d1293dd08ca1 (diff) | |
parent | 67c0eb41848eee453cbc0b1ba480167462270dfe (diff) | |
download | spmc-a9163234b166945a6d62efedf35940455ef6e138.tar.gz |
Merge pull request #43 from jhunkeler/dead-code
Dead code
Diffstat (limited to 'include/spm.h')
-rw-r--r-- | include/spm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/spm.h b/include/spm.h index e0e713f..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> @@ -70,7 +69,6 @@ extern spm_vars SPM_GLOBAL; #include "shell.h" #include "relocation.h" #include "archive.h" -#include "find.h" #include "rpath.h" #include "mime.h" #include "mirrors.h" |