iwyu, doc: Document IWYU pragma: export for <logging/categories.h>

This commit is contained in:
Hennadii Stepanov
2026-03-10 18:04:13 +00:00
parent 015bea05e6
commit cfa3b10d50

View File

@@ -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 <logging/categories.h> // IWYU pragma: export
#include <tinyformat.h>
#include <util/check.h>