diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 21:56:25 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 18:39:23 +0100 |
commit | 7497d33f2f5475c0d2e516dde221c1222271ec07 (patch) | |
tree | ab079036e14f692b6dc207b2f411ad74ecc484e8 /lib/zebra.h | |
parent | Merge pull request #15120 from opensourcerouting/fix/memory_leak_for_default_... (diff) | |
download | frr-7497d33f2f5475c0d2e516dde221c1222271ec07.tar.xz frr-7497d33f2f5475c0d2e516dde221c1222271ec07.zip |
lib: select.h is not being used by anyone
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 06be33f5d..07cfc4492 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -25,7 +25,6 @@ #ifdef HAVE_STROPTS_H #include <stropts.h> #endif /* HAVE_STROPTS_H */ -#include <sys/select.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/param.h> |