]> git.ipfire.org Git - thirdparty/coreutils.git/commit
join: remove unused #include "argmatch.h"
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 25 Sep 2025 20:50:01 +0000 (22:50 +0200)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 26 Sep 2025 02:18:16 +0000 (19:18 -0700)
commit7ac313dce6047eeaaaae76f67ecbc089b64f0afd
tree1734cbce816deaf42b1f431f9d5ec8f5c0cae0b0
parent1bc5ec61d8d960e1679b42f55c8f96992ced34ef
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.
src/join.c