dovecot-2.2: Removed unnecessary #includes.
dovecot at dovecot.org
dovecot at dovecot.org
Thu May 8 12:12:04 UTC 2014
details: http://hg.dovecot.org/dovecot-2.2/rev/f101636138fa
changeset: 17358:f101636138fa
user: Teemu Huovila <teemu.huovila at dovecot.fi>
date: Thu May 08 15:11:26 2014 +0300
description:
Removed unnecessary #includes.
diffstat:
src/lda/main.c | 1 -
src/lib-lda/smtp-client.h | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 802187be0f77 -r f101636138fa src/lda/main.c
--- a/src/lda/main.c Thu May 08 14:57:56 2014 +0300
+++ b/src/lda/main.c Thu May 08 15:11:26 2014 +0300
@@ -10,7 +10,6 @@
#include "safe-mkstemp.h"
#include "eacces-error.h"
#include "ipwd.h"
-#include "mkdir-parents.h"
#include "str.h"
#include "str-sanitize.h"
#include "strescape.h"
diff -r 802187be0f77 -r f101636138fa src/lib-lda/smtp-client.h
--- a/src/lib-lda/smtp-client.h Thu May 08 14:57:56 2014 +0300
+++ b/src/lib-lda/smtp-client.h Thu May 08 15:11:26 2014 +0300
@@ -1,8 +1,6 @@
#ifndef SMTP_CLIENT_H
#define SMTP_CLIENT_H
-#include <stdio.h>
-
struct smtp_client * ATTR_NULL(3)
smtp_client_init(const struct lda_settings *set, const char *return_path);
/* Add a new recipient */
More information about the dovecot-cvs
mailing list