Skip to content

Commit

Permalink
Fix includes (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbasic authored Nov 2, 2024
1 parent b6734bc commit 7e342bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <util/string/join.h>
#include <util/system/file.h>

#include <google/protobuf/util/json_util.h>

namespace NCloud::NBlockStore::NStorage {

using namespace NActors;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@
#include <cloud/blockstore/libs/storage/disk_registry/disk_registry_actor.h>
#include <cloud/blockstore/libs/storage/testlib/common_properties.h>
#include <cloud/blockstore/libs/storage/testlib/ss_proxy_mock.h>

#include <cloud/storage/core/libs/diagnostics/logging.h>

#include <contrib/ydb/core/protos/bind_channel_storage_pool.pb.h>
#include <contrib/ydb/core/testlib/basics/runtime.h>
#include <contrib/ydb/core/testlib/tablet_helpers.h>
#include <contrib/ydb/core/protos/bind_channel_storage_pool.pb.h>

#include <library/cpp/testing/unittest/registar.h>

#include <util/datetime/base.h>
#include <util/generic/size_literals.h>

#include <google/protobuf/util/json_util.h>

#include <atomic>

namespace NCloud::NBlockStore::NStorage::NDiskRegistryTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <cloud/blockstore/libs/diagnostics/config.h>
#include <cloud/blockstore/libs/storage/core/config.h>
#include <cloud/blockstore/libs/storage/partition_nonrepl/config.h>

#include <cloud/storage/core/libs/common/format.h>
#include <cloud/storage/core/libs/common/media.h>
#include <cloud/storage/core/libs/throttling/tablet_throttler.h>
Expand All @@ -14,6 +13,8 @@
#include <util/stream/str.h>
#include <util/string/join.h>

#include <google/protobuf/text_format.h>

namespace NCloud::NBlockStore::NStorage {

using namespace NActors;
Expand Down

0 comments on commit 7e342bb

Please sign in to comment.