This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5d8a76769f6a6a121c52aecf436ddd172e892b4f commit 5d8a76769f6a6a121c52aecf436ddd172e892b4f Author: Guillem Jover <[email protected]> AuthorDate: Wed Jan 8 04:31:08 2025 +0100 test: Remove redundant <cstdbool> include deprecated in C++17 Warned-by: gcc-15 --- lib/dpkg/t/t-headers-cpp.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/dpkg/t/t-headers-cpp.cc b/lib/dpkg/t/t-headers-cpp.cc index b5becf9ae..c9e470bee 100644 --- a/lib/dpkg/t/t-headers-cpp.cc +++ b/lib/dpkg/t/t-headers-cpp.cc @@ -21,8 +21,6 @@ #include <config.h> #include <compat.h> -#include <cstdbool> - #include <dpkg/ar.h> #include <dpkg/arch.h> #include <dpkg/atomic-file.h> -- Dpkg.Org's dpkg

