diff options
author | whitehead <whitehead@yandex-team.ru> | 2022-02-10 16:52:10 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:10 +0300 |
commit | 86b9a8049c23ddce4d975be32bf7655109467697 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/thread | |
parent | ba1bd062351dda65d8af9aa996199a8e10ec009a (diff) | |
download | ydb-86b9a8049c23ddce4d975be32bf7655109467697.tar.gz |
Restoring authorship annotation for <whitehead@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/thread')
-rw-r--r-- | util/thread/lfqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/lfqueue.h b/util/thread/lfqueue.h index b810cde650..ab523631e4 100644 --- a/util/thread/lfqueue.h +++ b/util/thread/lfqueue.h @@ -4,7 +4,7 @@ #include <util/generic/ptr.h> #include <util/system/atomic.h> -#include <util/system/yassert.h> +#include <util/system/yassert.h> #include "lfstack.h" struct TDefaultLFCounter { |