diff options
author | galtsev <galtsev@yandex-team.ru> | 2022-02-10 16:49:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:32 +0300 |
commit | 1503061b80644305b2e6dd1327b57118e35ebd31 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/rwlock.h | |
parent | b3770c4662dc5be7135e21630d44f69d0787c167 (diff) | |
download | ydb-1503061b80644305b2e6dd1327b57118e35ebd31.tar.gz |
Restoring authorship annotation for <galtsev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/rwlock.h')
-rw-r--r-- | util/system/rwlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/rwlock.h b/util/system/rwlock.h index 924d459a06..0bb9b3fe1c 100644 --- a/util/system/rwlock.h +++ b/util/system/rwlock.h @@ -3,8 +3,8 @@ #include "guard.h" #include "defaults.h" -#include <util/generic/ptr.h> - +#include <util/generic/ptr.h> + class TRWMutex { public: TRWMutex(); |