From 82bfcc37e2677394ccb075cdb64e5873ec5e906d Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Wed, 25 Mar 2026 16:45:27 +0100 Subject: [PATCH] cleanup-util: include assert-fundamental.h instead of -util The split was initially done to reduce transitive includes, and for assert() only the former is needed. --- src/basic/cleanup-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/cleanup-util.h b/src/basic/cleanup-util.h index 068696d9771..041c37530aa 100644 --- a/src/basic/cleanup-util.h +++ b/src/basic/cleanup-util.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once -#include "assert-util.h" +#include "assert-fundamental.h" #include "cleanup-fundamental.h" /* IWYU pragma: export */ typedef void (*free_func_t)(void *p); -- 2.47.3