summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-21 14:55:49 -0600
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-21 14:56:22 -0600
commit155cfb11e361c9706a7ad33e9b8be02f9efbe78a (patch)
tree93830023db89684a17024a63e7a09efff0f75f46 /src
parent21bfaa6ff69277c86028dde57453ecdfbb256ece (diff)
downloadgrep-155cfb11e361c9706a7ad33e9b8be02f9efbe78a.tar.gz
maint: stop including getprogname.h
It’s obsolete in bleeding-edge Gnulib. * src/grep.c, tests/get-mb-cur-max.c: Don’t include getprogname.h. Instead, rely on stdlib.h to declare getprogname.
Diffstat (limited to 'src')
-rw-r--r--src/grep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index 9f914fc4..ebb09a3b 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -41,7 +41,6 @@
#include "fcntl-safer.h"
#include "fts_.h"
#include "getopt.h"
-#include "getprogname.h"
#include "grep.h"
#include "hash.h"
#include "intprops.h"