coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

maint: Remove unnecessary stdbool.h include


From: Collin Funk
Subject: maint: Remove unnecessary stdbool.h include
Date: Tue, 16 Apr 2024 13:53:36 -0700
User-agent: Mozilla Thunderbird

I noticed 'src/temp-stream.c' includes <stdbool.h>. This should be
unnecessary since Gnulib defines in in config.h right?

Feel free to apply this patch unless I am missing something. The
following returns no other files:

$ find . -name '*.[ch]' | xargs grep -E 
'[[:blank:]]*#[[:blank:]]*include[[:blank:]]+<stdbool.h>'

Collin

Attachment: 0001-maint-Remove-unnecessary-stdbool.h-include.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]