diff options
author | наб <[email protected]> | 2022-05-10 23:25:43 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-05-18 12:10:43 -0700 |
commit | 6b575417e2bd500906ede0c82c0d29780ee26e9f (patch) | |
tree | e4c8dbff60a89fda7868f72a19c4004be522fe85 /include | |
parent | 2f713390d18ff3ae8ad4fdb8e97f9fdfbf867bc7 (diff) |
libspl/include: remove unused/empty headers
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13447
Diffstat (limited to 'include')
-rw-r--r-- | include/libzfs.h | 2 | ||||
-rw-r--r-- | include/thread_pool.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/libzfs.h b/include/libzfs.h index 04f464d12..46cb60520 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -40,10 +40,8 @@ #include <sys/mnttab.h> #include <sys/param.h> #include <sys/types.h> -#include <sys/varargs.h> #include <sys/fs/zfs.h> #include <sys/avl.h> -#include <ucred.h> #include <libzfs_core.h> #ifdef __cplusplus diff --git a/include/thread_pool.h b/include/thread_pool.h index 43090c3c6..19edebd7d 100644 --- a/include/thread_pool.h +++ b/include/thread_pool.h @@ -28,7 +28,6 @@ #define _THREAD_POOL_H_ extern __attribute__((visibility("default"))) #include <sys/types.h> -#include <thread.h> #include <pthread.h> #ifdef __cplusplus |