X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fcrypt.c;h=19d36c053918a61bdd28a7771236c0f9695f18d7;hb=676b896e26b7aeef16d95aba7a5ea9322d2dc6e1;hp=66e95885b2c9af22912795f90b75e77bc0387a1c;hpb=774b53097f8c8b62c5101bce8f313d339387a438;p=apps%2Fmadmutt.git diff --git a/lib-crypt/crypt.c b/lib-crypt/crypt.c index 66e9588..19d36c0 100644 --- a/lib-crypt/crypt.c +++ b/lib-crypt/crypt.c @@ -12,39 +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 -#include - #include #include -#include "mutt.h" +#include "mx.h" #include "alias.h" #include "handler.h" #include "copy.h"