aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ipv6_address
diff options
context:
space:
mode:
authorcerevra <cerevra@yandex-team.ru>2022-02-10 16:45:59 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:59 +0300
commit4f292c7e2fd0a41da93fda51b2d440c979a330b7 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/ipv6_address
parentbf41dd01f6c920583e9faae7cd55ed25e547e052 (diff)
downloadydb-4f292c7e2fd0a41da93fda51b2d440c979a330b7.tar.gz
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/ipv6_address')
-rw-r--r--library/cpp/ipv6_address/ipv6_address.h2
-rw-r--r--library/cpp/ipv6_address/ut/ipv6_address_ut.cpp2
-rw-r--r--library/cpp/ipv6_address/ut/ya.make2
-rw-r--r--library/cpp/ipv6_address/ya.make2
4 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/ipv6_address/ipv6_address.h b/library/cpp/ipv6_address/ipv6_address.h
index 802af84816..1d7eb0b65f 100644
--- a/library/cpp/ipv6_address/ipv6_address.h
+++ b/library/cpp/ipv6_address/ipv6_address.h
@@ -4,7 +4,7 @@
#include <util/network/ip.h>
#include <util/stream/input.h>
-#include <library/cpp/int128/int128.h>
+#include <library/cpp/int128/int128.h>
#if defined(_freebsd_)
// #include required to avoid problem with undefined 'socklen_t' on FreeBSD
diff --git a/library/cpp/ipv6_address/ut/ipv6_address_ut.cpp b/library/cpp/ipv6_address/ut/ipv6_address_ut.cpp
index c1a25fcb4d..73bb7cffdd 100644
--- a/library/cpp/ipv6_address/ut/ipv6_address_ut.cpp
+++ b/library/cpp/ipv6_address/ut/ipv6_address_ut.cpp
@@ -1,5 +1,5 @@
#include <library/cpp/testing/unittest/registar.h>
-#include <library/cpp/ipv6_address/ipv6_address.h>
+#include <library/cpp/ipv6_address/ipv6_address.h>
#include <unordered_set>
class TIpv6AddressTest: public TTestBase {
diff --git a/library/cpp/ipv6_address/ut/ya.make b/library/cpp/ipv6_address/ut/ya.make
index e7e66cbe66..bd22899379 100644
--- a/library/cpp/ipv6_address/ut/ya.make
+++ b/library/cpp/ipv6_address/ut/ya.make
@@ -1,6 +1,6 @@
OWNER(g:zora)
-UNITTEST_FOR(library/cpp/ipv6_address)
+UNITTEST_FOR(library/cpp/ipv6_address)
SRCS(
ipv6_address_ut.cpp
diff --git a/library/cpp/ipv6_address/ya.make b/library/cpp/ipv6_address/ya.make
index c1573f8779..5c9bf7e383 100644
--- a/library/cpp/ipv6_address/ya.make
+++ b/library/cpp/ipv6_address/ya.make
@@ -9,7 +9,7 @@ SRCS(
)
PEERDIR(
- library/cpp/int128
+ library/cpp/int128
)
END()