rationnalize includes a lot:
[apps/madmutt.git] / lib-ui / curs_lib.c
index de14e59..fb65b64 100644 (file)
  * please see the file GPL in the top level source directory.
  */
 
  * 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 <wchar.h>
-#include <wctype.h>
 #include <termios.h>
 #include <termios.h>
-#include <sys/types.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
-#include <errno.h>
-#include <ctype.h>
-
 #ifdef HAVE_LANGINFO_YESEXPR
 #include <langinfo.h>
 #endif
 
 #ifdef HAVE_LANGINFO_YESEXPR
 #include <langinfo.h>
 #endif
 
-#include <lib-lib/lib-lib.h>
-
 #include <lib-sys/unix.h>
 #include <lib-sys/mutt_signal.h>
 
 #include <lib-sys/unix.h>
 #include <lib-sys/mutt_signal.h>