Commit 1bd09654 1bd09654f654c16d9fe9da8216ca796b02d67302 by Sergey Poznyakoff

Removed unneded inclusion of getopt.h

1 parent 89cc619f
......@@ -35,8 +35,6 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include "getopt.h"
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
......
......@@ -24,7 +24,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <mh_getopt.h>
#include <getopt.h>
int mh_optind = 1;
char *mh_optarg;
......
......@@ -26,7 +26,6 @@
#include <unistd.h>
#include <limits.h>
#include <errno.h>
#include <getopt.h>
#include <mailutils/body.h>
#include <mailutils/debug.h>
......