Commit 6f6b86a1 6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded by Sergey Poznyakoff

Fixed inlcudes.

1 parent 1463c0c3
......@@ -16,7 +16,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mu_scm.h"
#include <mailutils/mime.h>
long mime_tag;
......
......@@ -16,7 +16,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mu_scm.h"
#include <mailutils/registrar.h>
#ifndef _PATH_SENDMAIL
# define _PATH_SENDMAIL "/usr/lib/sendmail"
......
......@@ -16,7 +16,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mu_scm.h"
#include <mailutils/mu_auth.h>
SCM_DEFINE (mu_scm_getpwuid, "mu-getpwuid", 1, 0, 0,
(SCM USER),
......