diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:38:04 +0200 |
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:38:04 +0200 |
| commit | 0a68626e48e0786c043562bb029e99f69b43fb6d (patch) | |
| tree | 34d83a0627ac596f051efe6a55bf90f5902d9830 | |
| parent | bd86964db816ba1ac628f1b1f5099fd35f157ea5 (diff) | |
zebra: Remove duplicate `#include <netinet/in.h>`
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
| -rw-r--r-- | zebra/zebra_srv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_srv6.c b/zebra/zebra_srv6.c index e82b781c6f..0ea2ba3dac 100644 --- a/zebra/zebra_srv6.c +++ b/zebra/zebra_srv6.c @@ -22,7 +22,6 @@ #include <string.h> #include <stdlib.h> #include <arpa/inet.h> -#include <netinet/in.h> #include <stdio.h> #include <string.h> |
