Commit e14ac7c6 e14ac7c6cf69b7fc706e1881df8e43757616e8f3 by Sergey Poznyakoff

Removed unneded inclusion of getopt.h

1 parent e368c662
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
36 #include <string.h> 36 #include <string.h>
37 #include <pwd.h> 37 #include <pwd.h>
38 #include <ctype.h> 38 #include <ctype.h>
39 #include <getopt.h>
40 39
41 #ifdef HAVE_PATHS_H 40 #ifdef HAVE_PATHS_H
42 # include <paths.h> 41 # include <paths.h>
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
24 #include <stdlib.h> 24 #include <stdlib.h>
25 #include <string.h> 25 #include <string.h>
26 #include <unistd.h> 26 #include <unistd.h>
27 #include "getopt.h"
28 27
29 #include <mailutils/address.h> 28 #include <mailutils/address.h>
30 #include <mailutils/argp.h> 29 #include <mailutils/argp.h>
......
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
54 #include <netinet/in.h> 54 #include <netinet/in.h>
55 #include <arpa/inet.h> 55 #include <arpa/inet.h>
56 #include <netdb.h> 56 #include <netdb.h>
57 #include "getopt.h"
58 #include <ctype.h> 57 #include <ctype.h>
59 58
60 #ifdef HAVE_ALLOCA_H 59 #ifdef HAVE_ALLOCA_H
......
...@@ -104,7 +104,6 @@ ...@@ -104,7 +104,6 @@
104 #include <syslog.h> 104 #include <syslog.h>
105 #include <ctype.h> 105 #include <ctype.h>
106 #include "md5.h" 106 #include "md5.h"
107 #include "getopt.h"
108 #ifdef HAVE_STRINGS_H 107 #ifdef HAVE_STRINGS_H
109 # include <strings.h> 108 # include <strings.h>
110 #endif 109 #endif
......