move rfc822 related types into lib-mime/mime-types.h out of mutt.h.
[apps/madmutt.git] / lib-mime / rfc822parse.c
index 2c8f4ad..5078f19 100644 (file)
  * please see the file GPL in the top level source directory.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <sys/stat.h>
-#include <stdlib.h>
+#include <stdio.h>
 
 #include <lib-lib/mem.h>
 #include <lib-lib/str.h>
@@ -42,7 +37,6 @@
 
 #include <lib-crypt/crypt.h>
 
-#include "mutt.h"
 #include "enter.h"
 #include "recvattach.h"
 #include "mx.h"