mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-27 03:44:26 +08:00
maint: remove unnecessary stdbool.h include
* src/temp-stream.c: Don't include <stdbool.h> since it is defined in config.h if the compiler does not support the C23 keyword.
This commit is contained in:
parent
f56ae60585
commit
a9b78541fa
@ -17,7 +17,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "stdlib--.h" /* For mkstemp that returns safer FDs. */
|
||||
|
Loading…
Reference in New Issue
Block a user