diff options
author | vadim-xd <vadim-xd@yandex-team.com> | 2025-04-06 11:51:44 +0300 |
---|---|---|
committer | vadim-xd <vadim-xd@yandex-team.com> | 2025-04-06 12:28:01 +0300 |
commit | d7b4d7accafff7ed13fff97c67be72720ee517e7 (patch) | |
tree | 311b8ec31632f62a1f37ddfbc559f36745ef973f /library/cpp/json | |
parent | f437f692d8bead26465db2d5663cacc8bd1971c3 (diff) | |
download | ydb-d7b4d7accafff7ed13fff97c67be72720ee517e7.tar.gz |
Add more IWYU export pragmas in library/*
Followup for rXXXXXX - reduce false-positives of include cleaner
commit_hash:03bb3b1817067ed576faa57c597737b01d63d2e4
Diffstat (limited to 'library/cpp/json')
-rw-r--r-- | library/cpp/json/json_value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/json_value.h b/library/cpp/json/json_value.h index f70f4d2ee8..47273f6b13 100644 --- a/library/cpp/json/json_value.h +++ b/library/cpp/json/json_value.h @@ -1,3 +1,3 @@ #pragma once -#include <library/cpp/json/writer/json_value.h> +#include <library/cpp/json/writer/json_value.h> // IWYU pragma: export |