remove a whole lot of #include mutt.h
[apps/madmutt.git] / lib-mime / crypt.c
index d0d3235..16cbebd 100644 (file)
@@ -30,8 +30,7 @@
  * please see the file GPL in the top level source directory.
  */
 
-#include <lib-lib/macros.h>
-#include <lib-lib/str.h>
+#include <lib-lib/lib-lib.h>
 
 #include <lib-crypt/crypt.h>
 
@@ -139,6 +138,8 @@ int mutt_is_application_pgp (BODY * m)
     return t ? t | PGPINLINE : 0;
 }
 
+#include "mutt.h"
+
 int mutt_is_application_smime (BODY * m)
 {
     char *t = NULL;