From: Michael Poole Date: Sun, 11 Mar 2007 15:18:25 +0000 (-0400) Subject: src/mail-sendmail.c: Move #include "mail-common.c" up a few lines. X-Git-Tag: v1.4.0-rc1~61 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=b8da9873c3897e930c79f31a7a9bc089b9446a73 src/mail-sendmail.c: Move #include "mail-common.c" up a few lines. --- 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.