From 6e19298249bd6b93ddcfdd172291e7b6e313620a Mon Sep 17 00:00:00 2001 From: Edward Emelianov Date: Mon, 24 Jan 2022 09:39:18 +0300 Subject: [PATCH] delete unused indludes in sersock --- serialsock/cmdlnopts.c | 3 --- serialsock/main.c | 7 ------- serialsock/sersock.c | 7 ------- 3 files changed, 17 deletions(-) diff --git a/serialsock/cmdlnopts.c b/serialsock/cmdlnopts.c index 6bd1615..4186c89 100644 --- a/serialsock/cmdlnopts.c +++ b/serialsock/cmdlnopts.c @@ -17,11 +17,8 @@ */ #include -#include #include #include -#include -#include #include "cmdlnopts.h" #include "usefull_macros.h" diff --git a/serialsock/main.c b/serialsock/main.c index 32e8467..814929e 100644 --- a/serialsock/main.c +++ b/serialsock/main.c @@ -16,17 +16,10 @@ * along with this program. If not, see . */ -#include -#include -#include -#include #include #include #include #include -#include -#include -#include #include #include diff --git a/serialsock/sersock.c b/serialsock/sersock.c index ba7618a..26a6566 100644 --- a/serialsock/sersock.c +++ b/serialsock/sersock.c @@ -16,19 +16,12 @@ * along with this program. If not, see . */ -#include -#include #include #include -#include #include #include #include -#include -#include -#include #include // unix socket -#include #include "cmdlnopts.h" #include "sersock.h"