diff options
author | ignat <ignat@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
commit | 12d7840a194f4a6e4ea77a405f980074cf43e942 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/string/enum.h | |
parent | c8b279dd21ddcb47e755028d81281f113a0f4a11 (diff) | |
download | ydb-12d7840a194f4a6e4ea77a405f980074cf43e942.tar.gz |
Restoring authorship annotation for <ignat@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/string/enum.h')
-rw-r--r-- | library/cpp/yt/string/enum.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/yt/string/enum.h b/library/cpp/yt/string/enum.h index 3f376603d5..10dc02610f 100644 --- a/library/cpp/yt/string/enum.h +++ b/library/cpp/yt/string/enum.h @@ -1,10 +1,10 @@ #pragma once -#include "string.h" +#include "string.h" -#include <library/cpp/yt/misc/enum.h> +#include <library/cpp/yt/misc/enum.h> -#include <optional> +#include <optional> namespace NYT { |