diff options
| author | cerevra <[email protected]> | 2022-02-10 16:45:58 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:58 +0300 | 
| commit | bf41dd01f6c920583e9faae7cd55ed25e547e052 (patch) | |
| tree | ec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/json/flex_buffers | |
| parent | e2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/flex_buffers')
| -rw-r--r-- | library/cpp/json/flex_buffers/cvt.cpp | 4 | ||||
| -rw-r--r-- | library/cpp/json/flex_buffers/ut/cvt_ut.cpp | 2 | ||||
| -rw-r--r-- | library/cpp/json/flex_buffers/ut/ya.make | 2 | ||||
| -rw-r--r-- | library/cpp/json/flex_buffers/ya.make | 2 | 
4 files changed, 5 insertions, 5 deletions
| diff --git a/library/cpp/json/flex_buffers/cvt.cpp b/library/cpp/json/flex_buffers/cvt.cpp index fee0cea0b83..7037a48fd8f 100644 --- a/library/cpp/json/flex_buffers/cvt.cpp +++ b/library/cpp/json/flex_buffers/cvt.cpp @@ -2,8 +2,8 @@  #include <flatbuffers/flexbuffers.h> -#include <library/cpp/json/fast_sax/parser.h> -#include <library/cpp/json/json_reader.h> +#include <library/cpp/json/fast_sax/parser.h>  +#include <library/cpp/json/json_reader.h>   #include <util/generic/vector.h>  #include <util/stream/output.h> diff --git a/library/cpp/json/flex_buffers/ut/cvt_ut.cpp b/library/cpp/json/flex_buffers/ut/cvt_ut.cpp index 9fffef4d383..9ec67ee58e6 100644 --- a/library/cpp/json/flex_buffers/ut/cvt_ut.cpp +++ b/library/cpp/json/flex_buffers/ut/cvt_ut.cpp @@ -1,5 +1,5 @@  #include <library/cpp/testing/unittest/registar.h> -#include <library/cpp/json/flex_buffers/cvt.h> +#include <library/cpp/json/flex_buffers/cvt.h>   using namespace NJson; diff --git a/library/cpp/json/flex_buffers/ut/ya.make b/library/cpp/json/flex_buffers/ut/ya.make index 3fdc93f88ee..f92a8ed3f4a 100644 --- a/library/cpp/json/flex_buffers/ut/ya.make +++ b/library/cpp/json/flex_buffers/ut/ya.make @@ -1,4 +1,4 @@ -UNITTEST_FOR(library/cpp/json/flex_buffers) +UNITTEST_FOR(library/cpp/json/flex_buffers)   OWNER(pg) diff --git a/library/cpp/json/flex_buffers/ya.make b/library/cpp/json/flex_buffers/ya.make index 3ece5e3703d..9329c048008 100644 --- a/library/cpp/json/flex_buffers/ya.make +++ b/library/cpp/json/flex_buffers/ya.make @@ -5,7 +5,7 @@ OWNER(pg)  ADDINCL(contrib/libs/flatbuffers/include)  PEERDIR( -    library/cpp/json +    library/cpp/json       contrib/libs/flatbuffers  ) | 
