diff options
author | vadim-xd <vadim-xd@yandex-team.com> | 2025-04-05 15:32:51 +0300 |
---|---|---|
committer | vadim-xd <vadim-xd@yandex-team.com> | 2025-04-05 15:44:47 +0300 |
commit | 7039e8610d725e4d04996e3d84a82f2803fbe574 (patch) | |
tree | 3c9d6b83a38cc7c7e1dc457b9cfcdaf7ecf5a40f /library/cpp | |
parent | f6a0289bf403b681ad1dae577b47b70575e6afe7 (diff) | |
download | ydb-7039e8610d725e4d04996e3d84a82f2803fbe574.tar.gz |
Add IWYU pragmas to library/cpp/testing/gtest/gtest.h, remove from ignore list
commit_hash:78d100f33169991cd5dd97d46b7f816695da7a50
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/testing/gtest/gtest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/gtest/gtest.h b/library/cpp/testing/gtest/gtest.h index a4d0c775d0..258a4459a9 100644 --- a/library/cpp/testing/gtest/gtest.h +++ b/library/cpp/testing/gtest/gtest.h @@ -1,11 +1,13 @@ #pragma once +// IWYU pragma: begin_exports #include <library/cpp/testing/gtest/matchers.h> #include <library/cpp/testing/gtest_extensions/gtest_extensions.h> #include <gtest/gtest.h> #include <gmock/gmock.h> +// IWYU pragma: end_exports #include <optional> #include <string_view> |