aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-06-05 17:01:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-06-05 17:02:51 -0400
commit69dfe8af1bf086cae273cd6213aa11a894a135a3 (patch)
tree477652979b354975574365dbbfa4581973754dad /include
parent389d0b2badf4a9cd33ed91a928b91475fb0d0a4f (diff)
downloadspmc-69dfe8af1bf086cae273cd6213aa11a894a135a3.tar.gz
Remove find.{c,h}
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt1
-rw-r--r--include/find.h8
-rw-r--r--include/spm.h1
3 files changed, 0 insertions, 10 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 1009b96..1e1a019 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -7,7 +7,6 @@ install(
conf.h
environment.h
error_handler.h
- find.h
fs.h
install.h
internal_cmd.h
diff --git a/include/find.h b/include/find.h
deleted file mode 100644
index 839766d..0000000
--- a/include/find.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * @file find.h
- */
-#ifndef SPM_FIND_H
-#define SPM_FIND_H
-
-
-#endif //SPM_FIND_H
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"