diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-01-05 15:45:44 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 18:50:40 +0100 |
commit | 68eca30c58edf0ff13c4456e37074975a27a4b11 (patch) | |
tree | 3551fe29f9d0f043ab81e562c97f03a0107c6240 /lib/zebra.h | |
parent | lib: zebra.h is not using signal.h (diff) | |
download | frr-68eca30c58edf0ff13c4456e37074975a27a4b11.tar.xz frr-68eca30c58edf0ff13c4456e37074975a27a4b11.zip |
lib: stdbool.h is not being used by zebra.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to '')
-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 339b832e9..9907c6dde 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -41,7 +41,6 @@ #include <time.h> #include <limits.h> #include <inttypes.h> -#include <stdbool.h> #ifdef HAVE_SYS_ENDIAN_H #include <sys/endian.h> #endif |