rationnalize includes a lot:
[apps/madmutt.git] / pop / pop_auth.c
index cca0e0c..2743910 100644 (file)
@@ -7,21 +7,14 @@
  * 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 <lib-hash/hash.h>
 
 #include "mutt.h"
 #include "mx.h"
 #include "pop.h"
 
-
-#include <string.h>
-#include <unistd.h>
-
 #ifdef USE_SASL
 #include <sasl/sasl.h>
 #include <sasl/saslutil.h>