X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fcrypt.c;h=19d36c053918a61bdd28a7771236c0f9695f18d7;hb=676b896e26b7aeef16d95aba7a5ea9322d2dc6e1;hp=36fbcda17c0200b33450507d7c7996188ed83042;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;p=apps%2Fmadmutt.git diff --git a/lib-crypt/crypt.c b/lib-crypt/crypt.c index 36fbcda..19d36c0 100644 --- a/lib-crypt/crypt.c +++ b/lib-crypt/crypt.c @@ -12,35 +12,20 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include -#include -#include -#include +#include #ifdef HAVE_LOCALE_H # include #endif -#ifdef HAVE_SYS_TIME_H -# include -#endif #ifdef HAVE_SYS_RESOURCE_H # include #endif -#include - #include #include -#include "mutt.h" +#include "mx.h" #include "alias.h" #include "handler.h" #include "copy.h"