diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-05 09:45:44 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 12:50:40 -0500 |
| commit | 68eca30c58edf0ff13c4456e37074975a27a4b11 (patch) | |
| tree | 3551fe29f9d0f043ab81e562c97f03a0107c6240 /lib/zebra.h | |
| parent | 8049f74fc638929b6e134b3f757d980d3559b226 (diff) | |
lib: stdbool.h is not being used by zebra.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/zebra.h')
| -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 339b832e9d..9907c6dde9 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 |
