]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove unnecessary stdbool.h include
authorCollin Funk <collin.funk1@gmail.com>
Tue, 16 Apr 2024 20:38:06 +0000 (13:38 -0700)
committerPádraig Brady <P@draigBrady.com>
Wed, 17 Apr 2024 10:05:10 +0000 (11:05 +0100)
* 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.

src/temp-stream.c

index bce8564c9d3a1ef6c90c63d1c6a6f779cc61d14a..8cfb73937a702a0cf0df9fae12b2c8c0b57f6067 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <config.h>
 
-#include <stdbool.h>
 #include <stdio.h>
 
 #include "stdlib--.h"  /* For mkstemp that returns safer FDs.  */