X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=bd3afee58e524b77b168ca6353e09bdbe4adb84c;hp=d07d699ee6274d9ff1e0effcb37e087625d9aecb;hb=d8aeb41018aaf2f85fbd937278ffdd94164e236e;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/protos.h b/protos.h index d07d699..bd3afee 100644 --- a/protos.h +++ b/protos.h @@ -7,18 +7,6 @@ * please see the file GPL in the top level source directory. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - -#include - -#if HAVE_STDINT_H -#include -#elif HAVE_INTTYPES_H -#include -#endif - #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#') typedef const char *format_t (char *, ssize_t, char, const char *,