From ec8f467585fe01bc85d6c21c71fbe7d52ed94df2 Mon Sep 17 00:00:00 2001
From: Max Kellermann <mk@cm4all.com>
Date: Fri, 10 May 2024 17:18:20 +0200
Subject: [PATCH] util/Intrusive*: add IWYU pragmas

---
 src/util/IntrusiveList.hxx    | 2 +-
 src/util/IntrusiveTreeSet.hxx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/IntrusiveList.hxx b/src/util/IntrusiveList.hxx
index 9a1a4eaef..df4bb1651 100644
--- a/src/util/IntrusiveList.hxx
+++ b/src/util/IntrusiveList.hxx
@@ -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"
 
diff --git a/src/util/IntrusiveTreeSet.hxx b/src/util/IntrusiveTreeSet.hxx
index 3b788a60a..6594f8b26 100644
--- a/src/util/IntrusiveTreeSet.hxx
+++ b/src/util/IntrusiveTreeSet.hxx
@@ -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"