From a9b78541fa7c06567c5b82fb4e89d85a1dc0c611 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 16 Apr 2024 13:38:06 -0700 Subject: [PATCH] maint: remove unnecessary stdbool.h include * src/temp-stream.c: Don't include since it is defined in config.h if the compiler does not support the C23 keyword. --- src/temp-stream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/temp-stream.c b/src/temp-stream.c index bce8564c9d..8cfb73937a 100644 --- a/src/temp-stream.c +++ b/src/temp-stream.c @@ -17,7 +17,6 @@ #include -#include #include #include "stdlib--.h" /* For mkstemp that returns safer FDs. */ -- 2.47.2