diff options
| author | arcadia-devtools <[email protected]> | 2022-06-07 10:11:51 +0300 | 
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-06-07 10:11:51 +0300 | 
| commit | 8aa2791d55a07bc631e2a95ff73eb380dd494d10 (patch) | |
| tree | a44df6c377577882c2063789b2cd8125d564d0fa /library/cpp/messagebus/test | |
| parent | 12e541dd6e01d651c14e06930456153681ff9059 (diff) | |
intermediate changes
ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f
Diffstat (limited to 'library/cpp/messagebus/test')
| -rw-r--r-- | library/cpp/messagebus/test/helper/alloc_counter.h | 2 | ||||
| -rw-r--r-- | library/cpp/messagebus/test/ut/count_down_latch.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/library/cpp/messagebus/test/helper/alloc_counter.h b/library/cpp/messagebus/test/helper/alloc_counter.h index ec9041cb152..7c4010714f5 100644 --- a/library/cpp/messagebus/test/helper/alloc_counter.h +++ b/library/cpp/messagebus/test/helper/alloc_counter.h @@ -1,7 +1,7 @@  #pragma once  #include <util/generic/noncopyable.h> -#include <util/system/atomic.h> +#include <library/cpp/deprecated/atomic/atomic.h>  #include <util/system/yassert.h>  class TAllocCounter : TNonCopyable { diff --git a/library/cpp/messagebus/test/ut/count_down_latch.h b/library/cpp/messagebus/test/ut/count_down_latch.h index 5117db57316..c0f15256b7e 100644 --- a/library/cpp/messagebus/test/ut/count_down_latch.h +++ b/library/cpp/messagebus/test/ut/count_down_latch.h @@ -1,6 +1,6 @@  #pragma once -#include <util/system/atomic.h> +#include <library/cpp/deprecated/atomic/atomic.h>  #include <util/system/event.h>  class TCountDownLatch { | 
