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:
Collin Funk 2024-04-16 13:38:06 -07:00 committed by Pádraig Brady
parent f56ae60585
commit a9b78541fa

View File

@ -17,7 +17,6 @@
#include <config.h>
#include <stdbool.h>
#include <stdio.h>
#include "stdlib--.h" /* For mkstemp that returns safer FDs. */