src/mail-sendmail.c: Move #include "mail-common.c" up a few lines.
authorMichael Poole <mdpoole@troilus.org>
Sun, 11 Mar 2007 15:18:25 +0000 (11:18 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 11 Mar 2007 15:18:25 +0000 (11:18 -0400)
src/mail-sendmail.c

index d6530b4e95ad22277885dc3f5790979aafcfe49c..bae492661eddc39de0680c3b13658da11d98ff16 100644 (file)
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  */
 
+#include "mail-common.c"
+
 #ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
 #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.