diff options
| author | Collin Funk <collin.funk1@gmail.com> | 2025-09-03 19:15:49 -0700 |
|---|---|---|
| committer | Collin Funk <collin.funk1@gmail.com> | 2025-09-03 19:15:49 -0700 |
| commit | 022673367b7e3652410bce912a12a43c2e5f4607 (patch) | |
| tree | ff2509acf564dbc003ad82ade2336e8f9059d0db | |
| parent | fold: check that characters are not non-breaking spaces when -s is used (diff) | |
| download | coreutils-022673367b7e3652410bce912a12a43c2e5f4607.tar.gz coreutils-022673367b7e3652410bce912a12a43c2e5f4607.zip | |
maint: avoid syntax-check failure from previous commit
* src/df.c: Don't include uchar.h.
* src/ls.c: Likewise.
* src/wc.c: Likewise.
| -rw-r--r-- | src/df.c | 1 | ||||
| -rw-r--r-- | src/ls.c | 1 | ||||
| -rw-r--r-- | src/wc.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -23,7 +23,6 @@ #include <sys/types.h> #include <getopt.h> #include <c-ctype.h> -#include <uchar.h> #include "system.h" #include "assure.h" @@ -55,7 +55,6 @@ #include <pwd.h> #include <getopt.h> #include <signal.h> -#include <uchar.h> #if HAVE_LANGINFO_CODESET # include <langinfo.h> @@ -23,7 +23,6 @@ #include <stdio.h> #include <getopt.h> #include <sys/types.h> -#include <uchar.h> #include <argmatch.h> #include <argv-iter.h> |
