From 5928d1ce1f405a37f679ada8489f81304d2c2c13 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 15 Sep 2022 17:56:40 +0300 Subject: [PATCH] remove unnecessary includes from options.c --- src/options.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/options.c b/src/options.c index ffabafb..ed0408b 100644 --- a/src/options.c +++ b/src/options.c @@ -6,16 +6,8 @@ * file for more information. */ -#include -#include #include -#ifdef HAVE_STRINGS_H -#include -#endif #include -#ifdef HAVE_UNISTD_H -#include -#endif #if defined(HAVE_GETOPT_H) && defined(HAVE_GETOPT_LONG) #include