diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-05 17:01:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-05 17:02:51 -0400 |
commit | 69dfe8af1bf086cae273cd6213aa11a894a135a3 (patch) | |
tree | 477652979b354975574365dbbfa4581973754dad /include/spm.h | |
parent | 389d0b2badf4a9cd33ed91a928b91475fb0d0a4f (diff) | |
download | spmc-69dfe8af1bf086cae273cd6213aa11a894a135a3.tar.gz |
Remove find.{c,h}
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 e0e713f..6639cd1 100644 --- a/include/spm.h +++ b/include/spm.h @@ -70,7 +70,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" |