rationnalize includes a lot:
[apps/madmutt.git] / lib-sys / mutt_socket.c
index f6319f0..fa054ae 100644 (file)
@@ -9,21 +9,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 <unistd.h>
 #include <netinet/in.h>
 #include <netdb.h>
-#include <stdlib.h>
-#include <fcntl.h>
-#include <sys/types.h>
 #include <sys/socket.h>
-#include <string.h>
-#include <errno.h>
 
-#include <lib-lib/lib-lib.h>
 #include <lib-ui/curses.h>
 
 #include "mutt.h"