maint: remove unnecessary stdbool.h include
commita9b78541fa7c06567c5b82fb4e89d85a1dc0c611
authorCollin Funk <collin.funk1@gmail.com>
Tue, 16 Apr 2024 20:38:06 +0000 (16 13:38 -0700)
committerPádraig Brady <P@draigBrady.com>
Wed, 17 Apr 2024 10:05:10 +0000 (17 11:05 +0100)
tree1d835ad4147af4c2a51fffb479bf0a7c7c6c38b2
parentf56ae60585cff021e92c11c1d4917fe7a7dce38b
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.
src/temp-stream.c