summaryrefslogtreecommitdiff
path: root/grpc/tools/distrib/iwyu_mappings.imp
blob: 3f993a9aee5fd206b593ec50496a9e9c8b9fe960 (plain)
1
2
3
4
5
6
7
8
9
[
    { include: ["<ext/alloc_traits.h>", "private", "<vector>", "public"] },
    { include: ["<netinet/in.h>", "public", "\"src/core/lib/iomgr/sockaddr.h\"", "public"]},
    { include: ["<sys/socket.h>", "public", "\"src/core/lib/iomgr/sockaddr.h\"", "public"]},
    { include: ["<openssl/base.h>", "private", "<openssl/crypto.h>", "public"] },
    { include: ["<openssl/digest.h>", "private", "<openssl/evp.h>", "public"] },
    # workaround: https://github.com/include-what-you-use/include-what-you-use/issues/908
    { symbol: ["std::max", "private", "<algorithm>", "public" ] },
]