Removed unneded inclusion of getopt.h
Showing
4 changed files
with
0 additions
and
4 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment