diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:32:32 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:32:32 -0500 |
| commit | 1b1fc14ffc65bff7ef7ee4c9da45f534f15e7a00 (patch) | |
| tree | cfb1b8b6371251bd73ffd78d80f56a439cb74195 | |
| parent | 75b3e82dfa88d85782d0b08fe80e2e4e15abfb6b (diff) | |
lib: Remove in_systm.h it is never used
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -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 39f5ae9bf6..ec486c0dde 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -81,7 +81,6 @@ #include "openbsd-tree.h" #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> |
