diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:39:14 +0200 |
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:39:14 +0200 |
| commit | 4ca8332922ce6242a926439349c6796c0cb76e67 (patch) | |
| tree | f20fa677b3176f29db76660386e405b6345b885a /zebra/zebra_srv6.c | |
| parent | 22aa0ffb81762f3b58e10cba6fd86f2843c1d844 (diff) | |
zebra: Remove duplicate `#include <string.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 d305e5ce1b..d0892aba03 100644 --- a/zebra/zebra_srv6.c +++ b/zebra/zebra_srv6.c @@ -19,7 +19,6 @@ #include "zebra/zebra_errors.h" #include "zebra/ge_netlink.h" #include <stdio.h> -#include <string.h> #include <stdio.h> #include <string.h> |
