talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 3c09756b316066f098ed5d0671ef0cf89ec42999
parent 38c61b17980e22106fc09d4e440054256a0b8df7
Author: Olaf Hering <olaf@aepfle.de>
Date:   Thu, 15 Feb 2024 12:47:08 +0100

Remove inclusion of sys/socket.h from nntp-thread.c

Nothing in this file uses declarations or defines from this header.
It looks like copy&paste from imap-thread.c in commit
81fd89ef633cec2d54b3cff170127cd8d88f544d

Signed-off-by: Olaf Hering <olaf@aepfle.de>

Diffstat:
Msrc/etpan/nntp-thread.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/etpan/nntp-thread.c b/src/etpan/nntp-thread.c @@ -29,9 +29,6 @@ #include "news.h" #include <sys/types.h> #include <sys/stat.h> -#if (defined(__DragonFly__) || defined (__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__CYGWIN__)) -#include <sys/socket.h> -#endif #include <fcntl.h> #ifndef G_OS_WIN32 #include <sys/mman.h>