summaryrefslogtreecommitdiff
path: root/absl/container
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2023-09-27 16:47:36 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-09-27 16:48:37 -0700
commit44e8609e7ee6ba85ca7bca43fdef51618a806405 (patch)
tree0223a6a347011817260a8d1a24c2c21d1d324e2e /absl/container
parent23de5336a740cd770b2f4e7e446daaf83b9444e9 (diff)
Export common.h from raw_hash_set.h to prevent IWYU from linting when using node_handle
PiperOrigin-RevId: 568997790 Change-Id: I9899ccc95eeb9c8b92d0dceec7e2fc4a2b1102c0
Diffstat (limited to 'absl/container')
-rw-r--r--absl/container/internal/raw_hash_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/internal/raw_hash_set.h b/absl/container/internal/raw_hash_set.h
index 5ec284e2..543e6f4c 100644
--- a/absl/container/internal/raw_hash_set.h
+++ b/absl/container/internal/raw_hash_set.h
@@ -201,7 +201,7 @@
#include "absl/base/options.h"
#include "absl/base/port.h"
#include "absl/base/prefetch.h"
-#include "absl/container/internal/common.h"
+#include "absl/container/internal/common.h" // IWYU pragma: export (for node_handle)
#include "absl/container/internal/compressed_tuple.h"
#include "absl/container/internal/container_memory.h"
#include "absl/container/internal/hash_policy_traits.h"