diff options
author | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-05-21 02:34:36 +0300 |
---|---|---|
committer | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-05-21 02:34:36 +0300 |
commit | 7e0a1e2904c03c8550c8117b43f4d54a3d742258 (patch) | |
tree | fea50c018ef03e7a04cd9b2887b8ec4da8a1464c | |
parent | ba7a95160a1ead9023caa6b226ac4146ff62c2c0 (diff) |
style(lib/net/common.c): remove unused imports
-rw-r--r-- | lib/net/common.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <netdb.h> -#include <netinet/in.h> -#include <stdlib.h> -#include <string.h> const uint32_t TCPALIVE_IDLE_TIME = 30; const uint32_t TCPALIVE_CHECK_INTVL = 10; |