diff options
author | prateek <prateek@yandex-team.ru> | 2022-02-10 16:50:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:32 +0300 |
commit | 06e925754c8de946ff79d538bde1e6424cbd4cbb (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/ybus.h | |
parent | 30744531a4767f053be08b22b325594d7ed8ffb3 (diff) | |
download | ydb-06e925754c8de946ff79d538bde1e6424cbd4cbb.tar.gz |
Restoring authorship annotation for <prateek@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/ybus.h')
-rw-r--r-- | library/cpp/messagebus/ybus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/messagebus/ybus.h b/library/cpp/messagebus/ybus.h index b3638998556..de21ad85216 100644 --- a/library/cpp/messagebus/ybus.h +++ b/library/cpp/messagebus/ybus.h @@ -29,10 +29,10 @@ #include <util/generic/ptr.h> #include <util/stream/input.h> #include <util/system/atomic.h> -#include <util/system/condvar.h> +#include <util/system/condvar.h> #include <util/system/type_name.h> #include <util/system/event.h> -#include <util/system/mutex.h> +#include <util/system/mutex.h> namespace NBus { //////////////////////////////////////////////////////// |