Removed unneded inclusion of getopt.h
Showing
3 changed files
with
0 additions
and
4 deletions
... | @@ -35,8 +35,6 @@ | ... | @@ -35,8 +35,6 @@ |
35 | #include <sys/socket.h> | 35 | #include <sys/socket.h> |
36 | #include <sys/stat.h> | 36 | #include <sys/stat.h> |
37 | 37 | ||
38 | #include "getopt.h" | ||
39 | |||
40 | #ifdef HAVE_STRINGS_H | 38 | #ifdef HAVE_STRINGS_H |
41 | # include <strings.h> | 39 | # include <strings.h> |
42 | #endif | 40 | #endif | ... | ... |
... | @@ -24,7 +24,6 @@ | ... | @@ -24,7 +24,6 @@ |
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | #include <stdlib.h> | 25 | #include <stdlib.h> |
26 | #include <mh_getopt.h> | 26 | #include <mh_getopt.h> |
27 | #include <getopt.h> | ||
28 | 27 | ||
29 | int mh_optind = 1; | 28 | int mh_optind = 1; |
30 | char *mh_optarg; | 29 | char *mh_optarg; | ... | ... |
... | @@ -26,7 +26,6 @@ | ... | @@ -26,7 +26,6 @@ |
26 | #include <unistd.h> | 26 | #include <unistd.h> |
27 | #include <limits.h> | 27 | #include <limits.h> |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include <getopt.h> | ||
30 | 29 | ||
31 | #include <mailutils/body.h> | 30 | #include <mailutils/body.h> |
32 | #include <mailutils/debug.h> | 31 | #include <mailutils/debug.h> | ... | ... |
-
Please register or sign in to post a comment