X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=39bd444d1cce98210ce69c1bc77c88015a6d9642;hp=6e1726a3865dcb4b9dab0be485d8b9a3896ed8f1;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1 diff --git a/mutt.h b/mutt.h index 6e1726a..39bd444 100644 --- a/mutt.h +++ b/mutt.h @@ -11,38 +11,7 @@ #ifndef _MUTT_H #define _MUTT_H -#include "config.h" - -#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 -#include - +#include #include #define MUTT_VERSION (VERSION) @@ -446,7 +415,6 @@ enum { OPTAUXSORT, /* (pseudo) using auxillary sort function */ OPTFORCEREFRESH, /* (pseudo) refresh even during macros */ - OPTLOCALES, /* (pseudo) set if user has valid locale definition */ OPTNOCURSES, /* (pseudo) when sending in batch mode */ OPTNEEDREDRAW, /* (pseudo) to notify caller of a submenu */ OPTSEARCHREVERSE, /* (pseudo) used by ci_search_command */ @@ -604,7 +572,6 @@ typedef struct { #define M_PARTS_RECOUNT (1<<1) /* force recount */ #include "protos.h" -#include "lib.h" #include "globals.h" #endif /* !_MUTT_H */