X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=makedoc.c;h=e2cfc67cfd759436d76da7a14f55e85e5031d0cd;hp=0363a46518f376d3c708dceb0f62a1559460ad95;hb=9874228a8377de76c39f2eeb208d742fd4772ae5;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/makedoc.c b/makedoc.c index 0363a46..e2cfc67 100644 --- a/makedoc.c +++ b/makedoc.c @@ -21,22 +21,8 @@ ** **/ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include - -#include #include -#ifdef HAVE_UNISTD_H -# include -#endif - #ifdef HAVE_GETOPT_H # include #endif @@ -179,7 +165,7 @@ int main (int argc, char *argv[]) } if (f != stdin) - fclose (f); + m_fclose(&f); exit (1); }