diff options
author | svidyuk <svidyuk@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
commit | e23df0602fedd83374b43b6137a296baa2aad3f6 (patch) | |
tree | 1facb78b6535ac70f17ba39ed606d949f932fcea /tools | |
parent | 92661c40a019d4809586c8ce322075d197427346 (diff) | |
download | ydb-e23df0602fedd83374b43b6137a296baa2aad3f6.tar.gz |
Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/enum_parser/enum_parser/main.cpp | 2 | ||||
-rw-r--r-- | tools/enum_parser/enum_parser/stdlib_deps.h | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/enum_parser/enum_parser/main.cpp b/tools/enum_parser/enum_parser/main.cpp index 0943c69c1d..5aa78fcc99 100644 --- a/tools/enum_parser/enum_parser/main.cpp +++ b/tools/enum_parser/enum_parser/main.cpp @@ -28,7 +28,7 @@ void WriteHeader(const TString& headerName, IOutputStream& out, IOutputStream* h out << "// This file was auto-generated. Do not edit!!!\n"; out << "#include " << headerName << "\n"; out << "#include <tools/enum_parser/enum_serialization_runtime/enum_runtime.h>\n\n"; - out << "#include <tools/enum_parser/enum_parser/stdlib_deps.h>\n\n"; + out << "#include <tools/enum_parser/enum_parser/stdlib_deps.h>\n\n"; out << "#include <util/generic/typetraits.h>\n"; out << "#include <util/generic/singleton.h>\n"; out << "#include <util/generic/string.h>\n"; diff --git a/tools/enum_parser/enum_parser/stdlib_deps.h b/tools/enum_parser/enum_parser/stdlib_deps.h index a28e2bf927..606831d84f 100644 --- a/tools/enum_parser/enum_parser/stdlib_deps.h +++ b/tools/enum_parser/enum_parser/stdlib_deps.h @@ -1,5 +1,5 @@ -#pragma once - -#include <array> -#include <initializer_list> -#include <utility> +#pragma once + +#include <array> +#include <initializer_list> +#include <utility> |