aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/yson
diff options
context:
space:
mode:
authorcerevra <cerevra@yandex-team.ru>2022-02-10 16:45:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:58 +0300
commitbf41dd01f6c920583e9faae7cd55ed25e547e052 (patch)
treeec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/json/yson
parente2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff)
downloadydb-bf41dd01f6c920583e9faae7cd55ed25e547e052.tar.gz
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/yson')
-rw-r--r--library/cpp/json/yson/json2yson.h4
-rw-r--r--library/cpp/json/yson/json2yson_ut.cpp6
-rw-r--r--library/cpp/json/yson/ut/ya.make6
-rw-r--r--library/cpp/json/yson/ya.make2
4 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/json/yson/json2yson.h b/library/cpp/json/yson/json2yson.h
index 758eb6d0cf..25449a0cf7 100644
--- a/library/cpp/json/yson/json2yson.h
+++ b/library/cpp/json/yson/json2yson.h
@@ -1,7 +1,7 @@
#pragma once
-#include <library/cpp/json/json_reader.h>
-#include <library/cpp/json/json_value.h>
+#include <library/cpp/json/json_reader.h>
+#include <library/cpp/json/json_value.h>
#include <library/cpp/yson/writer.h>
namespace NJson2Yson {
diff --git a/library/cpp/json/yson/json2yson_ut.cpp b/library/cpp/json/yson/json2yson_ut.cpp
index 9eb23354cf..5942ea9568 100644
--- a/library/cpp/json/yson/json2yson_ut.cpp
+++ b/library/cpp/json/yson/json2yson_ut.cpp
@@ -1,7 +1,7 @@
-#include "library/cpp/json/yson/json2yson.h"
+#include "library/cpp/json/yson/json2yson.h"
-#include <library/cpp/blockcodecs/codecs.h>
-#include <library/cpp/histogram/simple/histogram.h>
+#include <library/cpp/blockcodecs/codecs.h>
+#include <library/cpp/histogram/simple/histogram.h>
#include <library/cpp/testing/unittest/registar.h>
#include <library/cpp/testing/unittest/tests_data.h>
diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make
index 4ceb65b279..783dc9ae2e 100644
--- a/library/cpp/json/yson/ut/ya.make
+++ b/library/cpp/json/yson/ut/ya.make
@@ -3,15 +3,15 @@ OWNER(
elshiko
)
-UNITTEST_FOR(library/cpp/json/yson)
+UNITTEST_FOR(library/cpp/json/yson)
ALLOCATOR(LF)
DATA(sbr://363537653)
PEERDIR(
- library/cpp/blockcodecs
- library/cpp/histogram/simple
+ library/cpp/blockcodecs
+ library/cpp/histogram/simple
library/cpp/testing/unittest
)
diff --git a/library/cpp/json/yson/ya.make b/library/cpp/json/yson/ya.make
index 9b289d674f..c6deed6198 100644
--- a/library/cpp/json/yson/ya.make
+++ b/library/cpp/json/yson/ya.make
@@ -6,7 +6,7 @@ OWNER(
)
PEERDIR(
- library/cpp/json
+ library/cpp/json
library/cpp/yson
library/cpp/yson/json
)