diff options
author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:39:34 +0200 |
---|---|---|
committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-07-24 23:39:34 +0200 |
commit | 8b206b0cd7067ada1206e5733d1972309d55c33e (patch) | |
tree | 4cda1da234f7b227ee6009d92dd26b368ca06c58 /zebra | |
parent | zebra: Remove duplicate `#include <string.h>` (diff) | |
download | frr-8b206b0cd7067ada1206e5733d1972309d55c33e.tar.xz frr-8b206b0cd7067ada1206e5733d1972309d55c33e.zip |
zebra: Remove duplicate `#include <stdio.h>`
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to 'zebra')
-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 d0892aba0..082d4609a 100644 --- a/zebra/zebra_srv6.c +++ b/zebra/zebra_srv6.c @@ -18,7 +18,6 @@ #include "zebra/zebra_srv6.h" #include "zebra/zebra_errors.h" #include "zebra/ge_netlink.h" -#include <stdio.h> #include <stdio.h> #include <string.h> |