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