summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-13 07:45:50 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-13 07:45:50 +0000
commit3073846bcf53bfae27ce3f3e829250d6c5f50d05 (patch)
treea5bf2df041753e8bfbe2e32801fc67e9681cef58 /mutt.h
parent822535edf4b160d9f023fd2026c824ef061f4ea5 (diff)
Clean up dependencies: remailer.h is no longer included by mutt.h,
and the mix_* prototypes can once again go to remailer.h.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mutt.h b/mutt.h
index d9f35149..a8f31d22 100644
--- a/mutt.h
+++ b/mutt.h
@@ -48,10 +48,6 @@
# define N_(a) a
#endif
-#ifdef MIXMASTER
-# include "remailer.h"
-#endif
-
#ifdef SUBVERSION
# define MUTT_VERSION (VERSION SUBVERSION)
#else