summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:48:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:48:29 +0000
commita294d65ab2ed140d598643cb668799f57da09403 (patch)
treea9ee26b46224218619baf86edd74fed0816c1b57 /mh
parent1491b258c75b403d3f68897a639ee6d290f0fb67 (diff)
downloadmailutils-a294d65ab2ed140d598643cb668799f57da09403.tar.gz
mailutils-a294d65ab2ed140d598643cb668799f57da09403.tar.bz2
Include argp-namefrob.h is no longer needed
Diffstat (limited to 'mh')
-rw-r--r--mh/mh.h1
-rw-r--r--mh/mh_getopt.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/mh/mh.h b/mh/mh.h
index 2544a8a00..257b5027a 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -57,7 +57,6 @@
#include <mu_asprintf.h>
#include <mu_umaxtostr.h>
#include <getline.h>
-#include <argp-namefrob.h> /* Declarations of program_invocation_.*name */
#if !HAVE_DECL_STRCHRNUL
extern char *strchrnul (const char *s, int c_in);
diff --git a/mh/mh_getopt.c b/mh/mh_getopt.c
index 4eb0b0224..7829df1cd 100644
--- a/mh/mh_getopt.c
+++ b/mh/mh_getopt.c
@@ -28,7 +28,6 @@
#include <string.h>
#include <mh_getopt.h>
#include <mu_asprintf.h>
-#include <argp-namefrob.h> /* Declarations of program_invocation_.*name */
static int mh_optind = 1;
static char *mh_optarg;

Return to:

Send suggestions and report system problems to the System administrator.