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 | 30744531a4767f053be08b22b325594d7ed8ffb3 (patch) | |
tree | 966d83b628fe8eb009a88787e248a9d2884e79fc /library/cpp/messagebus/ybus.h | |
parent | ae11a371d50c25e7fff450f692a12cba03ceaf4f (diff) | |
download | ydb-30744531a4767f053be08b22b325594d7ed8ffb3.tar.gz |
Restoring authorship annotation for <prateek@yandex-team.ru>. Commit 1 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 de21ad85216..b3638998556 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 { //////////////////////////////////////////////////////// |