diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-20 22:11:12 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-20 22:11:12 +0300 |
commit | f2fb45ac1bf02ff7d5a1414a493b5d7040dd3cef (patch) | |
tree | c958e0533e46fe19c208a07531f1519956443bca /library/cpp/coroutine/engine | |
parent | e7aae615944a704e320aaea56e0cebfa2dcf2959 (diff) | |
download | ydb-f2fb45ac1bf02ff7d5a1414a493b5d7040dd3cef.tar.gz |
intermediate changes
ref:ac69799db1f6e61306109e53aaaa1a48754b4a72
Diffstat (limited to 'library/cpp/coroutine/engine')
-rw-r--r-- | library/cpp/coroutine/engine/stack/stack_utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/coroutine/engine/stack/stack_utils.cpp b/library/cpp/coroutine/engine/stack/stack_utils.cpp index d3076be2c5..6865772e32 100644 --- a/library/cpp/coroutine/engine/stack/stack_utils.cpp +++ b/library/cpp/coroutine/engine/stack/stack_utils.cpp @@ -1,6 +1,5 @@ #include "stack_utils.h" -#include <contrib/libs/linux-headers/asm-generic/errno-base.h> #include <util/generic/scope.h> #include <util/system/yassert.h> |