Commit e14ac7c6 e14ac7c6cf69b7fc706e1881df8e43757616e8f3 by Sergey Poznyakoff

Removed unneded inclusion of getopt.h

1 parent e368c662
......@@ -36,7 +36,6 @@
#include <string.h>
#include <pwd.h>
#include <ctype.h>
#include <getopt.h>
#ifdef HAVE_PATHS_H
# include <paths.h>
......
......@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "getopt.h"
#include <mailutils/address.h>
#include <mailutils/argp.h>
......
......@@ -54,7 +54,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include "getopt.h"
#include <ctype.h>
#ifdef HAVE_ALLOCA_H
......
......@@ -104,7 +104,6 @@
#include <syslog.h>
#include <ctype.h>
#include "md5.h"
#include "getopt.h"
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
......