diff options
author | svidyuk <[email protected]> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:12 +0300 |
commit | 287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d (patch) | |
tree | 339adc63bce23800021202ae4a8328a843dc447a /contrib/tools/cython/generated_cpp_headers.h | |
parent | e23df0602fedd83374b43b6137a296baa2aad3f6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/cython/generated_cpp_headers.h')
-rw-r--r-- | contrib/tools/cython/generated_cpp_headers.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/tools/cython/generated_cpp_headers.h b/contrib/tools/cython/generated_cpp_headers.h index f97aee68170..645dbac0dea 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" |