aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/comptable
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/comptable
parente2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff)
downloadydb-bf41dd01f6c920583e9faae7cd55ed25e547e052.tar.gz
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/comptable')
-rw-r--r--library/cpp/comptable/comptable.cpp2
-rw-r--r--library/cpp/comptable/comptable.h2
-rw-r--r--library/cpp/comptable/usage/usage.cpp2
-rw-r--r--library/cpp/comptable/usage/ya.make2
-rw-r--r--library/cpp/comptable/ut/comptable_ut.cpp2
-rw-r--r--library/cpp/comptable/ut/ya.make2
-rw-r--r--library/cpp/comptable/ya.make2
7 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/comptable/comptable.cpp b/library/cpp/comptable/comptable.cpp
index 8a92d4d1aa..c81e12f4a4 100644
--- a/library/cpp/comptable/comptable.cpp
+++ b/library/cpp/comptable/comptable.cpp
@@ -4,7 +4,7 @@
#include <util/generic/vector.h>
#include <util/string/cast.h>
#include <util/stream/file.h>
-#include <library/cpp/compproto/huff.h>
+#include <library/cpp/compproto/huff.h>
#include "comptable.h"
diff --git a/library/cpp/comptable/comptable.h b/library/cpp/comptable/comptable.h
index d225fed7a0..8f604d0c74 100644
--- a/library/cpp/comptable/comptable.h
+++ b/library/cpp/comptable/comptable.h
@@ -4,7 +4,7 @@
#include <util/memory/blob.h>
#include <util/ysaveload.h>
-#include <library/cpp/compproto/huff.h>
+#include <library/cpp/compproto/huff.h>
namespace NCompTable {
struct TCompressorTable {
diff --git a/library/cpp/comptable/usage/usage.cpp b/library/cpp/comptable/usage/usage.cpp
index 9997c83686..2285f33500 100644
--- a/library/cpp/comptable/usage/usage.cpp
+++ b/library/cpp/comptable/usage/usage.cpp
@@ -1,4 +1,4 @@
-#include <library/cpp/comptable/comptable.h>
+#include <library/cpp/comptable/comptable.h>
#include <util/random/random.h>
#include <util/random/fast.h>
diff --git a/library/cpp/comptable/usage/ya.make b/library/cpp/comptable/usage/ya.make
index ab31e7528c..8c832c3596 100644
--- a/library/cpp/comptable/usage/ya.make
+++ b/library/cpp/comptable/usage/ya.make
@@ -7,7 +7,7 @@ SRCS(
)
PEERDIR(
- library/cpp/comptable
+ library/cpp/comptable
)
END()
diff --git a/library/cpp/comptable/ut/comptable_ut.cpp b/library/cpp/comptable/ut/comptable_ut.cpp
index 5901d0246f..d460b6ca28 100644
--- a/library/cpp/comptable/ut/comptable_ut.cpp
+++ b/library/cpp/comptable/ut/comptable_ut.cpp
@@ -1,4 +1,4 @@
-#include <library/cpp/comptable/comptable.h>
+#include <library/cpp/comptable/comptable.h>
#include <library/cpp/testing/unittest/registar.h>
#include <util/random/random.h>
diff --git a/library/cpp/comptable/ut/ya.make b/library/cpp/comptable/ut/ya.make
index d0a49793a5..308ecd7077 100644
--- a/library/cpp/comptable/ut/ya.make
+++ b/library/cpp/comptable/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST_FOR(library/cpp/comptable)
+UNITTEST_FOR(library/cpp/comptable)
OWNER(ironpeter)
diff --git a/library/cpp/comptable/ya.make b/library/cpp/comptable/ya.make
index 314603c62a..3ef9d934ae 100644
--- a/library/cpp/comptable/ya.make
+++ b/library/cpp/comptable/ya.make
@@ -7,7 +7,7 @@ SRCS(
)
PEERDIR(
- library/cpp/compproto
+ library/cpp/compproto
)
END()