aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhitehead <whitehead@yandex-team.ru>2022-02-10 16:52:10 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:10 +0300
commitba1bd062351dda65d8af9aa996199a8e10ec009a (patch)
tree10ddcc1acc37624f54e4c0d1770583b342b298a3
parent7d165563a0eef351b9b0f1bc159c1450a6b29f97 (diff)
downloadydb-ba1bd062351dda65d8af9aa996199a8e10ec009a.tar.gz
Restoring authorship annotation for <whitehead@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--util/thread/lfqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/lfqueue.h b/util/thread/lfqueue.h
index ab523631e4..b810cde650 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 {