diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:38:27 +0200 |
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:38:27 +0200 |
| commit | c432aa0bb4f8c3f4e2b75c23dfb017e7250c934f (patch) | |
| tree | 2eea6735db8f5e4eb92581d6416cdc6916dfff10 /zebra/zebra_srv6.c | |
| parent | 0a68626e48e0786c043562bb029e99f69b43fb6d (diff) | |
zebra: Remove duplicate `#include <arpa/inet.h>`
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to 'zebra/zebra_srv6.c')
| -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 0ea2ba3dac..4e0cc8d147 100644 --- a/zebra/zebra_srv6.c +++ b/zebra/zebra_srv6.c @@ -21,7 +21,6 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -#include <arpa/inet.h> #include <stdio.h> #include <string.h> |
