X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=0e2b2855b4ed72e2bafe6bd2a440c13f19f0fce4;hp=6e1726a3865dcb4b9dab0be485d8b9a3896ed8f1;hb=56025510c87ad388a257fcbd8b369b0edcf97c34;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1 diff --git a/mutt.h b/mutt.h index 6e1726a..0e2b285 100644 --- a/mutt.h +++ b/mutt.h @@ -11,33 +11,18 @@ #ifndef _MUTT_H #define _MUTT_H +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include -#include -#ifdef HAVE_UNISTD_H -# include /* needed for SEEK_SET */ -#endif -#include -#include -#include #include -#include #include -#ifdef HAVE_WCHAR_H -# include -#endif -#if defined(HAVE_WCTYPE_H) && defined(HAVE_WC_FUNCS) -# include -#endif #ifndef _POSIX_PATH_MAX #include #endif -#include -#include - #include #include #include @@ -604,7 +589,6 @@ typedef struct { #define M_PARTS_RECOUNT (1<<1) /* force recount */ #include "protos.h" -#include "lib.h" #include "globals.h" #endif /* !_MUTT_H */