diff options
-rw-r--r-- | include/CMakeLists.txt | 1 | ||||
-rw-r--r-- | include/find.h | 8 | ||||
-rw-r--r-- | include/spm.h | 1 | ||||
-rw-r--r-- | lib/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/find.c | 5 |
5 files changed, 0 insertions, 16 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" diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 96147e1..e959702 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -11,7 +11,6 @@ set(libspm_src resolve.c fs.c rpath.c - find.c shell.c archive.c str.c diff --git a/lib/find.c b/lib/find.c deleted file mode 100644 index 39a52df..0000000 --- a/lib/find.c +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @file find.c - */ -#include "spm.h" - |