From: Baptiste Daroussin Date: Sat, 11 Feb 2023 06:14:09 +0000 (+0100) Subject: mlmmj: remove unused headers X-Git-Tag: RELEASE_1_4_0b1~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2ef3bca69bd17b2fa952f5606f8c1dec37bf1e;p=thirdparty%2Fmlmmj.git mlmmj: remove unused headers --- diff --git a/src/do_all_the_voodoo_here.c b/src/do_all_the_voodoo_here.c index 4a8e3505..15613b00 100644 --- a/src/do_all_the_voodoo_here.c +++ b/src/do_all_the_voodoo_here.c @@ -28,7 +28,6 @@ #include "xmalloc.h" #include "mlmmj.h" -#include "mygetline.h" #include "gethdrline.h" #include "strgen.h" #include "ctrlvalue.h" diff --git a/src/getlistdelim.c b/src/getlistdelim.c index 19b8fd33..061ff792 100644 --- a/src/getlistdelim.c +++ b/src/getlistdelim.c @@ -1,6 +1,6 @@ /* * Copyright 2005 Joel Aelwyn - * Copyright 2005 Baptiste Daroussin + * Copyright 2023 Baptiste Daroussin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,19 +21,9 @@ * IN THE SOFTWARE. */ -#include -#include -#include -#include -#include - #include "xmalloc.h" #include "mlmmj.h" #include "getlistdelim.h" -#include "chomp.h" -#include "log_error.h" -#include "mygetline.h" -#include "strgen.h" #include "ctrlvalue.h" char *getlistdelim(int ctrlfd) diff --git a/src/mlmmj-bounce.c b/src/mlmmj-bounce.c index 217dcb3f..ebcb9b64 100644 --- a/src/mlmmj-bounce.c +++ b/src/mlmmj-bounce.c @@ -45,7 +45,6 @@ #include "wrappers.h" #include "log_error.h" #include "subscriberfuncs.h" -#include "mygetline.h" #include "prepstdreply.h" #include "xmalloc.h" #include "find_email_adr.h" diff --git a/src/mlmmj-send.c b/src/mlmmj-send.c index fc05034d..9523bda1 100644 --- a/src/mlmmj-send.c +++ b/src/mlmmj-send.c @@ -57,7 +57,6 @@ #include "init_sockfd.h" #include "strgen.h" #include "log_error.h" -#include "mygetline.h" #include "wrappers.h" #include "statctrl.h" #include "ctrlvalue.h" diff --git a/src/mlmmj-sub.c b/src/mlmmj-sub.c index 27256422..2fadf55e 100644 --- a/src/mlmmj-sub.c +++ b/src/mlmmj-sub.c @@ -39,8 +39,6 @@ #include "mlmmj.h" #include "mlmmj-sub.h" #include "wrappers.h" -#include "getlistaddr.h" -#include "getlistdelim.h" #include "strgen.h" #include "subscriberfuncs.h" #include "log_error.h" diff --git a/src/mlmmj-unsub.c b/src/mlmmj-unsub.c index 79b3bc02..bfd1d01d 100644 --- a/src/mlmmj-unsub.c +++ b/src/mlmmj-unsub.c @@ -39,9 +39,6 @@ #include "xmalloc.h" #include "mlmmj.h" #include "wrappers.h" -#include "mygetline.h" -#include "getlistaddr.h" -#include "getlistdelim.h" #include "subscriberfuncs.h" #include "strgen.h" #include "log_error.h" diff --git a/src/send_digest.c b/src/send_digest.c index cf06dcf9..1835a1af 100644 --- a/src/send_digest.c +++ b/src/send_digest.c @@ -38,7 +38,6 @@ #include "getlistdelim.h" #include "wrappers.h" #include "prepstdreply.h" -#include "mygetline.h" #include "gethdrline.h" #include "statctrl.h" #include "unistr.h" diff --git a/src/send_list.c b/src/send_list.c index b44a28ae..e5e1d8c1 100644 --- a/src/send_list.c +++ b/src/send_list.c @@ -37,7 +37,6 @@ #include "log_error.h" #include "chomp.h" #include "wrappers.h" -#include "mygetline.h" #include "prepstdreply.h" #include "utils.h"