author | Sergey Poznyakoff <gray@gnu.org.ua> | 2002-12-31 02:48:55 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2002-12-31 02:48:55 (GMT) |
commit | 6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded (patch) (side-by-side diff) | |
tree | 1924e009c8633f09c7c8545346ea661bbc9d8593 /libmu_scm | |
parent | 1463c0c32eca1ab83e1d35bd44e057c0b3d7002f (diff) | |
download | mailutils-6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded.tar.gz mailutils-6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded.tar.bz2 |
Fixed inlcudes.
-rw-r--r-- | libmu_scm/mu_mime.c | 1 | ||||
-rw-r--r-- | libmu_scm/mu_scm.c | 1 | ||||
-rw-r--r-- | libmu_scm/mu_util.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c index 6c30dcc..b1db9aa 100644 --- a/libmu_scm/mu_mime.c +++ b/libmu_scm/mu_mime.c @@ -16,7 +16,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "mu_scm.h" -#include <mailutils/mime.h> long mime_tag; diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c index 36b1ea0..17d20e4 100644 --- a/libmu_scm/mu_scm.c +++ b/libmu_scm/mu_scm.c @@ -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" diff --git a/libmu_scm/mu_util.c b/libmu_scm/mu_util.c index 69740d9..1a9713a 100644 --- a/libmu_scm/mu_util.c +++ b/libmu_scm/mu_util.c @@ -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), |