]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid syntax-check failure from previous commit
authorCollin Funk <collin.funk1@gmail.com>
Thu, 4 Sep 2025 02:15:49 +0000 (19:15 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 4 Sep 2025 02:15:49 +0000 (19:15 -0700)
* src/df.c: Don't include uchar.h.
* src/ls.c: Likewise.
* src/wc.c: Likewise.

src/df.c
src/ls.c
src/wc.c

index db528715767c8ade97c25104d1180af4c4fc3384..77576513ea4d233630a1bc0580f4a655c618823e 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -23,7 +23,6 @@
 #include <sys/types.h>
 #include <getopt.h>
 #include <c-ctype.h>
-#include <uchar.h>
 
 #include "system.h"
 #include "assure.h"
index d4aae25ca8a6aff0884bd6c8e4b3696db572e586..498ae3d73d4efc0a055bd6078ea2eeae340e401c 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -55,7 +55,6 @@
 #include <pwd.h>
 #include <getopt.h>
 #include <signal.h>
-#include <uchar.h>
 
 #if HAVE_LANGINFO_CODESET
 # include <langinfo.h>
index f22f658b4f7b476822f3bdeff17db1c821cc56c3..214637dcf9e56cbcad03c4ad08cc9080fdc296bf 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
-#include <uchar.h>
 
 #include <argmatch.h>
 #include <argv-iter.h>