mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 15:02:50 +02:00
31 lines
1.5 KiB
Text
31 lines
1.5 KiB
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# include-what-you-use mapping file
|
|
|
|
[
|
|
# Work around for C++ STL
|
|
{ "include": ["<bits/chrono.h>", "private", "<chrono>", "public"] },
|
|
{ "include": ["<bits/std_abs.h>", "private", "<cstdlib>", "public"] },
|
|
{ "include": ["<ext/alloc_traits.h>", "private", "<memory>", "public"] },
|
|
{ "include": ["<bits/types/struct_tm.h>", "private", "<time.h>", "public"] },
|
|
{ "include": ["<bits/types/struct_FILE.h>", "private", "<stdio.h>", "public"] },
|
|
|
|
# Local opentelemetry-cpp style
|
|
|
|
# We prefer to include <gtest/gtest.h> for simplicity
|
|
{ "include": ["<gtest/gtest-message.h>", "private", "<gtest/gtest.h>", "public"] },
|
|
{ "include": ["<gtest/gtest-test-part.h>", "private", "<gtest/gtest.h>", "public"] },
|
|
{ "include": ["<gtest/gtest-param-test.h>", "private", "<gtest/gtest.h>", "public"] },
|
|
{ "include": ["<gtest/gtest_pred_impl.h>", "private", "<gtest/gtest.h>", "public"] },
|
|
{ "include": ["<gtest/gtest-typed-test.h>", "private", "<gtest/gtest.h>", "public"] },
|
|
{ "include": ["<gtest/gtest-assertion-result.h>", "private", "<gtest/gtest.h>", "public"] },
|
|
|
|
# We prefer to include <gmock/gmock.h> for simplicity
|
|
{ "include": ["<gmock/gmock-function-mocker.h>", "private", "<gmock/gmock.h>", "public"] },
|
|
{ "include": ["<gmock/gmock-spec-builders.h>", "private", "<gmock/gmock.h>", "public"] },
|
|
|
|
# We prefer to include <curl/curl.h> for simplicity
|
|
{ "include": ["<curl/system.h>", "private", "<curl/curl.h>", "public"] },
|
|
]
|
|
|