diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2025-09-25 22:50:01 +0200 |
|---|---|---|
| committer | Collin Funk <collin.funk1@gmail.com> | 2025-09-25 19:18:16 -0700 |
| commit | 7ac313dce6047eeaaaae76f67ecbc089b64f0afd (patch) | |
| tree | 1734cbce816deaf42b1f431f9d5ec8f5c0cae0b0 /src | |
| parent | maint: prefer countof over ARRAY_CARDINALITY (diff) | |
| download | coreutils-7ac313dce6047eeaaaae76f67ecbc089b64f0afd.tar.gz coreutils-7ac313dce6047eeaaaae76f67ecbc089b64f0afd.zip | |
join: remove unused #include "argmatch.h"
Prompted by the syntax-check failure:
maint.mk: the above files include argmatch.h but don't use it
make: *** [maint.mk:741: sc_prohibit_argmatch_without_use] Error 1
* src/join.c: Remove include, as the previous commit changed from using
ARRAY_CARDINALITY to countof - for which system.h includes the header.
Diffstat (limited to 'src')
| -rw-r--r-- | src/join.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c index 5cf87d1e8..e1899a93a 100644 --- a/src/join.c +++ b/src/join.c @@ -33,7 +33,6 @@ #include "stdio--.h" #include "xmemcoll.h" #include "xstrtol.h" -#include "argmatch.h" /* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "join" |
