diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-01-05 15:59:40 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 18:50:40 +0100 |
commit | f982bddebd34afdc25776d9d84f0c22689e322d9 (patch) | |
tree | b23c370c58b999c5e0329cf8eca15382f2458e2b /lib | |
parent | lib: string.h was only used by vector.c make it better (diff) | |
download | frr-f982bddebd34afdc25776d9d84f0c22689e322d9.tar.xz frr-f982bddebd34afdc25776d9d84f0c22689e322d9.zip |
zebra: Nothing is using errno.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 0a2f54874..1677c1d1a 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -17,7 +17,6 @@ #include <stdlib.h> #include <stddef.h> #include <ctype.h> -#include <errno.h> #ifdef HAVE_STROPTS_H #include <stropts.h> #endif /* HAVE_STROPTS_H */ |