more simplifications.
[apps/madmutt.git] / send.c
diff --git a/send.c b/send.c
index 4039463..27db967 100644 (file)
--- a/send.c
+++ b/send.c
@@ -7,27 +7,11 @@
  * please see the file GPL in the top level source directory.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <ctype.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
-#include <errno.h>
-#include <sys/stat.h>
-#include <sys/wait.h>
-#include <dirent.h>
-#include <time.h>
-#include <sys/types.h>
-#include <utime.h>
-
 #include <lib-lib/lib-lib.h>
+#include <utime.h>
 
 #include <lib-mime/mime.h>
 #include <lib-mime/rfc3676.h>
-
 #include <lib-ui/curses.h>
 #include <lib-ui/enter.h>