summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-09-12 23:06:24 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-09-12 23:07:06 -0500
commitede8203763fe9c68b46ce2ccae8473107fa59870 (patch)
treeed9623d2e1fa5aea6ce2b06b0768b3fcc9dd5cfe /src/copy.h
parent9a53930aa1b228a90f3a17a4b8862f547582cdaf (diff)
downloadcoreutils-ede8203763fe9c68b46ce2ccae8473107fa59870.tar.gz
maint: adjust to Gnulib stdbool C23 change
* gl/lib/mbsalign.c, gl/lib/randread.c, gl/lib/targetdir.h: * gl/lib/xdectoint.c, gl/lib/xfts.c, gl/lib/xfts.h: * src/blake2/b2sum.c, src/copy.h, src/die.h, src/system.h: Don’t include <stdbool.h>, since Gnulib now emulates C23.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/copy.h b/src/copy.h
index 1f1de8673..b79e06e0f 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -19,7 +19,6 @@
#ifndef COPY_H
# define COPY_H
-# include <stdbool.h>
# include "hash.h"
struct selabel_handle;