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 /contrib/tools | |
parent | 92661c40a019d4809586c8ce322075d197427346 (diff) | |
download | ydb-e23df0602fedd83374b43b6137a296baa2aad3f6.tar.gz |
Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/cython/generated_c_headers.h | 2 | ||||
-rw-r--r-- | contrib/tools/cython/generated_cpp_headers.h | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/contrib/tools/cython/generated_c_headers.h b/contrib/tools/cython/generated_c_headers.h index 7b9637ef9c..1a370f19b6 100644 --- a/contrib/tools/cython/generated_c_headers.h +++ b/contrib/tools/cython/generated_c_headers.h @@ -1 +1 @@ -#pragma once
\ No newline at end of file +#pragma once
\ No newline at end of file diff --git a/contrib/tools/cython/generated_cpp_headers.h b/contrib/tools/cython/generated_cpp_headers.h index 645dbac0de..f97aee6817 100644 --- a/contrib/tools/cython/generated_cpp_headers.h +++ b/contrib/tools/cython/generated_cpp_headers.h @@ -1,8 +1,8 @@ -#pragma once - -// Content must be in sync with https://a.yandex-team.ru/arc/trunk/arcadia/contrib/tools/cython/Cython/Compiler/Nodes.py?rev=r8428765#L717-720 -// or other placess of cython compiler adding C++ specific headers implicitelly. -#include "ios" -#include "new" -#include "stdexcept" -#include "typeinfo" +#pragma once + +// Content must be in sync with https://a.yandex-team.ru/arc/trunk/arcadia/contrib/tools/cython/Cython/Compiler/Nodes.py?rev=r8428765#L717-720 +// or other placess of cython compiler adding C++ specific headers implicitelly. +#include "ios" +#include "new" +#include "stdexcept" +#include "typeinfo" |