From cfa3b10d50d3d71be7fc718c2a21e4a5909c590b Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:04:13 +0000 Subject: [PATCH] iwyu, doc: Document `IWYU pragma: export` for `` --- src/util/log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/log.h b/src/util/log.h index aae23f0df1e..1bec49f2298 100644 --- a/src/util/log.h +++ b/src/util/log.h @@ -5,6 +5,8 @@ #ifndef BITCOIN_UTIL_LOG_H #define BITCOIN_UTIL_LOG_H +// This header works in tandem with `logging/categories.h` +// to expose the complete logging interface. #include // IWYU pragma: export #include #include