Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e14ac7c6
...
e14ac7c6cf69b7fc706e1881df8e43757616e8f3
authored
2002-12-05 12:51:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed unneded inclusion of getopt.h
1 parent
e368c662
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
comsat/comsat.h
frm/frm.c
imap4d/imap4d.h
pop3d/pop3d.h
comsat/comsat.h
View file @
e14ac7c
...
...
@@ -36,7 +36,6 @@
#include <string.h>
#include <pwd.h>
#include <ctype.h>
#include <getopt.h>
#ifdef HAVE_PATHS_H
# include <paths.h>
...
...
frm/frm.c
View file @
e14ac7c
...
...
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "getopt.h"
#include <mailutils/address.h>
#include <mailutils/argp.h>
...
...
imap4d/imap4d.h
View file @
e14ac7c
...
...
@@ -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
...
...
pop3d/pop3d.h
View file @
e14ac7c
...
...
@@ -104,7 +104,6 @@
#include <syslog.h>
#include <ctype.h>
#include "md5.h"
#include "getopt.h"
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
...
...
Please
register
or
sign in
to post a comment