From 7e0a1e2904c03c8550c8117b43f4d54a3d742258 Mon Sep 17 00:00:00 2001 From: mrfoxygmfr Date: Wed, 21 May 2025 02:34:36 +0300 Subject: style(lib/net/common.c): remove unused imports --- lib/net/common.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/net/common.c b/lib/net/common.c index f85a564..d3ed0b3 100644 --- a/lib/net/common.c +++ b/lib/net/common.c @@ -1,8 +1,4 @@ #include "./common.h" -#include -#include -#include -#include const uint32_t TCPALIVE_IDLE_TIME = 30; const uint32_t TCPALIVE_CHECK_INTVL = 10; -- cgit mrf-deployment