diff options
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 15608dbc..62566cf8 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -42,8 +42,6 @@ typedef int socklen_t; #include <fcntl.h> #include <signal.h> #include <string.h> -#include <pwd.h> -#include <grp.h> #ifdef HAVE_STROPTS_H #include <stropts.h> #endif /* HAVE_STROPTS_H */ @@ -72,10 +70,6 @@ typedef int socklen_t; #ifdef HAVE_RUSAGE #include <sys/resource.h> #endif /* HAVE_RUSAGE */ -#ifdef HAVE_LCAPS -#include <sys/capability.h> -#include <sys/prctl.h> -#endif /* HAVE_LCAPS */ /* machine dependent includes */ #ifdef SUNOS_5 |