X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=cbac9324a9c7a0e42ae30a478130fb91868dc1ef;hp=2f2433c8f456719e98203fc408b8ff355d745d02;hb=32962d1bbc4260395f7afa183e980a4d4dc3f990;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/pgppubring.c b/pgppubring.c index 2f2433c..cbac932 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -22,25 +22,16 @@ * */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - #include + #include -#include -#include -#include -#include -#include #ifdef HAVE_GETOPT_H # include #else extern char *optarg; extern int optind; #endif -#include short Umask; /* dirty hack because we need Umask in lib.c but don't want globals.h there */