diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:04:36 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:04:36 -0500 |
| commit | 78690deaf2f383bc4311519f58cc7e63eb8ce463 (patch) | |
| tree | 1eaf084ed3b81f7003d585999e9ce4241cac6e24 /lib/zebra.h | |
| parent | 2bf051a5770c22c61220c7f169432c93c0da612a (diff) | |
lib: Move some priviledge headers to file they are used.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 076f51608c..a7db00b16e 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -63,11 +63,6 @@ /* misc include group */ #include <stdarg.h> -#ifdef HAVE_LCAPS -#include <sys/capability.h> -#include <sys/prctl.h> -#endif /* HAVE_LCAPS */ - /* network include group */ #include <sys/socket.h> |
