Skip to content

Commit

Permalink
Export common.h from raw_hash_set.h to prevent IWYU from linting when…
Browse files Browse the repository at this point in the history
… using node_handle

PiperOrigin-RevId: 568997790
Change-Id: I9899ccc95eeb9c8b92d0dceec7e2fc4a2b1102c0
  • Loading branch information
Abseil Team authored and copybara-github committed Sep 27, 2023
1 parent 23de533 commit 44e8609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/container/internal/raw_hash_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit 44e8609

@efosayi0

This comment was marked as spam.

Please sign in to comment.