From b8da9873c3897e930c79f31a7a9bc089b9446a73 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Sun, 11 Mar 2007 11:18:25 -0400 Subject: [PATCH] src/mail-sendmail.c: Move #include "mail-common.c" up a few lines. --- src/mail-sendmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mail-sendmail.c b/src/mail-sendmail.c index d6530b4..bae4926 100644 --- a/src/mail-sendmail.c +++ b/src/mail-sendmail.c @@ -18,12 +18,12 @@ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include "mail-common.c" + #ifdef HAVE_SYS_WAIT_H #include #endif -#include "mail-common.c" - /* This function sends the given "paragraph" as flowed text, as * defined in RFC 2646. It lets us only worry about line wrapping * here, and not in the code that generates mail. -- 2.20.1