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 | 287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d (patch) | |
tree | 339adc63bce23800021202ae4a8328a843dc447a /contrib/tools | |
parent | e23df0602fedd83374b43b6137a296baa2aad3f6 (diff) | |
download | ydb-287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d.tar.gz |
Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 2 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 1a370f19b6..7b9637ef9c 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 f97aee6817..645dbac0de 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" |