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 | |
| parent | 4ca8332922ce6242a926439349c6796c0cb76e67 (diff) | |
zebra: Remove duplicate `#include <stdio.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 d0892aba03..082d4609aa 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> |
