aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/hostname.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 /util/system/hostname.cpp
parent35f29a67a6b8e50e1826c837330086049114c5ba (diff)
downloadydb-13f84424ed9975f6827d9786087c6fe6ea265cda.tar.gz
Restoring authorship annotation for <kimkim@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/hostname.cpp')
-rw-r--r--util/system/hostname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/hostname.cpp b/util/system/hostname.cpp
index 386f646d6b..2fe1adb19c 100644
--- a/util/system/hostname.cpp
+++ b/util/system/hostname.cpp
@@ -1,6 +1,6 @@
#include <util/memory/tempbuf.h>
#include <util/generic/singleton.h>
-#include <util/generic/yexception.h>
+#include <util/generic/yexception.h>
#include <util/network/ip.h>
#if defined(_unix_)