Rename pop_query_d to pop_query and remove useless arg
[apps/madmutt.git] / muttlib.c
index 0e396e6..8a9e34d 100644 (file)
--- a/muttlib.c
+++ b/muttlib.c
@@ -8,26 +8,12 @@
  * please see the file GPL in the top level source directory.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include <lib-lib/lib-lib.h>
 
-#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
 #include <grp.h>
 #include <pwd.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <sys/wait.h>
-#include <time.h>
-#include <unistd.h>
 #include <utime.h>
 
-#include <lib-lib/lib-lib.h>
-
 #include <lib-mime/mime.h>
 
 #include <lib-ui/curses.h>