diff options
-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; |