]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
mlmmj: remove unused headers
authorBaptiste Daroussin <bapt@FreeBSD.org>
Sat, 11 Feb 2023 06:14:09 +0000 (07:14 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Sat, 11 Feb 2023 06:39:56 +0000 (07:39 +0100)
src/do_all_the_voodoo_here.c
src/getlistdelim.c
src/mlmmj-bounce.c
src/mlmmj-send.c
src/mlmmj-sub.c
src/mlmmj-unsub.c
src/send_digest.c
src/send_list.c

index 4a8e3505743d92c94763481bc9522ed73bc8198c..15613b005c5efee6137ac6d9bc908f833deb3d3e 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "xmalloc.h"
 #include "mlmmj.h"
-#include "mygetline.h"
 #include "gethdrline.h"
 #include "strgen.h"
 #include "ctrlvalue.h"
index 19b8fd337ec6bfae48a7dfffaaaee82a5a21adcb..061ff7920f6bf68501ad593eea4e4fa663d1d790 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2005 Joel Aelwyn <joel@lightbearer.com>
- * Copyright 2005 Baptiste Daroussin <bapt@FreeBSD.org>
+ * Copyright 2023 Baptiste Daroussin <bapt@FreeBSD.org>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  * IN THE SOFTWARE.
  */
 
-#include <fcntl.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-
 #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)
index 217dcb3fe0fc63b077f976b65f4c3017705a078c..ebcb9b646728c0aaff485e806eb02298a8bf0823 100644 (file)
@@ -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"
index fc05034db8b9db477b47641de0c8d975c12a7d57..9523bda1dcb142ba5595113be95e089b79249398 100644 (file)
@@ -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"
index 272564226de60c76b9b58edf146e488db651ce18..2fadf55e36d9237a86316c22971399636d8c5eb2 100644 (file)
@@ -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"
index 79b3bc02410cb414e42d2a9540dbe77baedc5334..bfd1d01d75d06af9f30f58aee1d32df476f291cc 100644 (file)
@@ -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"
index cf06dcf9fa5634ae32fdf64594f03e572be4d892..1835a1afb26e229864b95585dba49411e410b36e 100644 (file)
@@ -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"
index b44a28ae6eb2514df41a449a4fe7b1bb63910d07..e5e1d8c182d15c054e3be5fbe5a3dd691dc151cc 100644 (file)
@@ -37,7 +37,6 @@
 #include "log_error.h"
 #include "chomp.h"
 #include "wrappers.h"
-#include "mygetline.h"
 #include "prepstdreply.h"
 #include "utils.h"