diff options
author | cerevra <cerevra@yandex-team.ru> | 2022-02-10 16:45:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:59 +0300 |
commit | 4f292c7e2fd0a41da93fda51b2d440c979a330b7 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/stdafx.hpp | |
parent | bf41dd01f6c920583e9faae7cd55ed25e547e052 (diff) | |
download | ydb-4f292c7e2fd0a41da93fda51b2d440c979a330b7.tar.gz |
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/stdafx.hpp')
-rw-r--r-- | build/stdafx.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/stdafx.hpp b/build/stdafx.hpp index e8e4c92b89..98b15adda0 100644 --- a/build/stdafx.hpp +++ b/build/stdafx.hpp @@ -139,7 +139,7 @@ #include <util/system/atomic.h> #include <util/system/yield.h> #include <util/system/filemap.h> -#include <library/cpp/deprecated/mapped_file/mapped_file.h> +#include <library/cpp/deprecated/mapped_file/mapped_file.h> #include <util/system/sys_alloc.h> #include <util/system/sysstat.h> #include <util/system/env.h> @@ -180,7 +180,7 @@ #include <util/memory/smallobj.h> #include <util/memory/segmented_string_pool.h> #include <util/memory/mmapalloc.h> -#include <library/cpp/deprecated/split/delim_string_iter.h> +#include <library/cpp/deprecated/split/delim_string_iter.h> #include <util/draft/ip.h> #include <util/draft/matrix.h> #include <util/draft/date.h> @@ -189,8 +189,8 @@ #include <util/draft/holder_vector.h> #include <util/generic/object_counter.h> #include <util/draft/datetime.h> -#include <library/cpp/deprecated/estimators/estimators.h> -#include <library/cpp/deprecated/enum_codegen/enum_codegen.h> +#include <library/cpp/deprecated/estimators/estimators.h> +#include <library/cpp/deprecated/enum_codegen/enum_codegen.h> #include <util/generic/array_size.h> #include <util/generic/bitmap.h> #include <util/generic/intrlist.h> @@ -254,7 +254,7 @@ #include <util/string/printf.h> #include <util/string/ascii.h> #include <util/string/cast.h> -#include <library/cpp/deprecated/split/split_iterator.h> +#include <library/cpp/deprecated/split/split_iterator.h> #include <util/string/util.h> #include <util/string/strip.h> #include <util/string/builder.h> |