diff options
author | Ilnur Khuziev <ilnur.khuziev@yandex.ru> | 2022-02-10 16:46:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:13 +0300 |
commit | 736dcd8ca259457a136f2f9f9168c44643914323 (patch) | |
tree | ddd46a036d68bfa83aa11b892f31243ea6b068a1 /library/cpp/threading/local_executor | |
parent | 9bf2fa2b060c9881d3135c2208c624a1dd546ecc (diff) | |
download | ydb-736dcd8ca259457a136f2f9f9168c44643914323.tar.gz |
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/local_executor')
4 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/threading/local_executor/local_executor.cpp b/library/cpp/threading/local_executor/local_executor.cpp index 1d3fbb4bf4..cda9aaaa4f 100644 --- a/library/cpp/threading/local_executor/local_executor.cpp +++ b/library/cpp/threading/local_executor/local_executor.cpp @@ -1,6 +1,6 @@ #include "local_executor.h" -#include <library/cpp/threading/future/future.h> +#include <library/cpp/threading/future/future.h> #include <util/generic/utility.h> #include <util/system/atomic.h> diff --git a/library/cpp/threading/local_executor/local_executor.h b/library/cpp/threading/local_executor/local_executor.h index c1c824f67c..d0c622f4ef 100644 --- a/library/cpp/threading/local_executor/local_executor.h +++ b/library/cpp/threading/local_executor/local_executor.h @@ -1,6 +1,6 @@ #pragma once -#include <library/cpp/threading/future/future.h> +#include <library/cpp/threading/future/future.h> #include <util/generic/cast.h> #include <util/generic/fwd.h> diff --git a/library/cpp/threading/local_executor/ut/local_executor_ut.cpp b/library/cpp/threading/local_executor/ut/local_executor_ut.cpp index ac5737717c..81f37d80ba 100644 --- a/library/cpp/threading/local_executor/ut/local_executor_ut.cpp +++ b/library/cpp/threading/local_executor/ut/local_executor_ut.cpp @@ -1,7 +1,7 @@ -#include <library/cpp/threading/local_executor/local_executor.h> -#include <library/cpp/threading/future/future.h> +#include <library/cpp/threading/local_executor/local_executor.h> +#include <library/cpp/threading/future/future.h> -#include <library/cpp/testing/unittest/registar.h> +#include <library/cpp/testing/unittest/registar.h> #include <util/system/mutex.h> #include <util/system/rwlock.h> #include <util/generic/algorithm.h> diff --git a/library/cpp/threading/local_executor/ut/ya.make b/library/cpp/threading/local_executor/ut/ya.make index be579a5ca0..8490246645 100644 --- a/library/cpp/threading/local_executor/ut/ya.make +++ b/library/cpp/threading/local_executor/ut/ya.make @@ -3,7 +3,7 @@ OWNER( gulin ) -UNITTEST_FOR(library/cpp/threading/local_executor) +UNITTEST_FOR(library/cpp/threading/local_executor) SRCS( local_executor_ut.cpp |