diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 1 | ||||
-rw-r--r-- | include/find.h | 8 | ||||
-rw-r--r-- | include/spm.h | 1 |
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" |