1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 13:21:58 +02:00

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.
This commit is contained in:
Bernhard Voelker
2025-09-25 22:50:01 +02:00
committed by Collin Funk
parent 1bc5ec61d8
commit 7ac313dce6

View File

@@ -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"