Make iwyu use public API for pthread library
Bug: webrtc:13662 Change-Id: I8ee1d1b5882dcda6acdee7258f9a37676bbd0be7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259303 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36579}
This commit is contained in:
parent
6c7f98472e
commit
f0faa999a5
@ -22,6 +22,9 @@
|
||||
{ include: ['"rdbx.h"', "private", '"third_party/libsrtp/include/srtp_priv.h"', "public"] },
|
||||
{ include: ['"auth.h"', "private", '"third_party/libsrtp/include/srtp_priv.h"', "public"] },
|
||||
|
||||
# pthread internals
|
||||
{ include: ['<bits/pthread_types.h>', "private", '<pthread.h>', "public"] },
|
||||
|
||||
# Needed to agree with presubmit tests for includes (and not include <iosfwd>)
|
||||
{ symbol: ["std::string", "public", "<string>", "public"] },
|
||||
{ symbol: ["std::move", "public", "<utility>", "public"] },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user