util/Intrusive*: add IWYU pragmas

This commit is contained in:
Max Kellermann 2024-05-10 17:18:20 +02:00 committed by Max Kellermann
parent 9e3a66d5bf
commit ec8f467585
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#include "Cast.hxx"
#include "Concepts.hxx"
#include "IntrusiveHookMode.hxx"
#include "IntrusiveHookMode.hxx" // IWYU pragma: export
#include "MemberPointer.hxx"
#include "OptionalCounter.hxx"

View File

@ -8,7 +8,7 @@
#include "Cast.hxx"
#include "Concepts.hxx"
#include "IntrusiveHookMode.hxx"
#include "IntrusiveHookMode.hxx" // IWYU pragma: export
#include "MemberPointer.hxx"
#include "OptionalCounter.hxx"