less warnigs
[apps/madmutt.git] / mutt_sasl.c
index 5952752..4ff580a 100644 (file)
@@ -9,22 +9,19 @@
 
 /* common SASL helper routines */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include <lib-lib/lib-lib.h>
 
-#include <errno.h>
 #include <netdb.h>
 #include <sasl/sasl.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 
-#include <lib-lib/mem.h>
+#include <lib-ui/curses.h>
+#include <lib-sys/mutt_socket.h>
 
 #include "mutt.h"
 #include "account.h"
 #include "mutt_sasl.h"
-#include <lib-sys/mutt_socket.h>
 
 static int getnameinfo_err (int ret)
 {