aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/uri.cpp
diff options
context:
space:
mode:
authorkimkim <kimkim@yandex-team.ru>2022-02-10 16:49:27 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:27 +0300
commit13f84424ed9975f6827d9786087c6fe6ea265cda (patch)
treeb94acc282c49a5de96b9e3e19feead21736f3273 /library/cpp/uri/uri.cpp
parent35f29a67a6b8e50e1826c837330086049114c5ba (diff)
downloadydb-13f84424ed9975f6827d9786087c6fe6ea265cda.tar.gz
Restoring authorship annotation for <kimkim@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/uri.cpp')
-rw-r--r--library/cpp/uri/uri.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/uri.cpp b/library/cpp/uri/uri.cpp
index 56a9a4e5ef..89a08e3c2e 100644
--- a/library/cpp/uri/uri.cpp
+++ b/library/cpp/uri/uri.cpp
@@ -3,7 +3,7 @@
#include <util/string/cast.h>
#include <util/string/util.h>
-#include <util/system/yassert.h>
+#include <util/system/yassert.h>
namespace NUri {
TState::EParsed TUri::CheckHost(const TStringBuf& host) {