diff options
author | smikler <smikler@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
commit | 0e68ae909d3b76a5a001a07880eb0010dec6b2ea (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/compproto | |
parent | e4f0fd4ab53ca40eb91e750cf3e7f76c21e930db (diff) | |
download | ydb-0e68ae909d3b76a5a001a07880eb0010dec6b2ea.tar.gz |
Restoring authorship annotation for <smikler@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/compproto')
-rw-r--r-- | library/cpp/compproto/bit.h | 2 | ||||
-rw-r--r-- | library/cpp/compproto/metainfo.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/compproto/bit.h b/library/cpp/compproto/bit.h index 58c74e7f74..6a421b65f7 100644 --- a/library/cpp/compproto/bit.h +++ b/library/cpp/compproto/bit.h @@ -5,7 +5,7 @@ #include <util/stream/output.h> #include <util/stream/input.h> -#include "huff.h" +#include "huff.h" #include "compressor.h" #include "metainfo.h" diff --git a/library/cpp/compproto/metainfo.h b/library/cpp/compproto/metainfo.h index 04ccb714aa..6e68f86e12 100644 --- a/library/cpp/compproto/metainfo.h +++ b/library/cpp/compproto/metainfo.h @@ -5,7 +5,7 @@ #include <util/generic/ptr.h> #include <util/generic/refcount.h> #include <util/stream/input.h> -#include <util/stream/str.h> +#include <util/stream/str.h> #include "compressor.h" |