Commit 44e8609e by Abseil Team Committed by Copybara-Service

Export common.h from raw_hash_set.h to prevent IWYU from linting when using node_handle

PiperOrigin-RevId: 568997790
Change-Id: I9899ccc95eeb9c8b92d0dceec7e2fc4a2b1102c0
parent 23de5336
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
#include "absl/base/options.h" #include "absl/base/options.h"
#include "absl/base/port.h" #include "absl/base/port.h"
#include "absl/base/prefetch.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/compressed_tuple.h"
#include "absl/container/internal/container_memory.h" #include "absl/container/internal/container_memory.h"
#include "absl/container/internal/hash_policy_traits.h" #include "absl/container/internal/hash_policy_traits.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment