Skip to content

Commit

Permalink
fix headers in stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
debnatkh committed Apr 2, 2024
1 parent 63852d5 commit d739329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#include <library/cpp/iterator/enumerate.h>

#include <contrib/ydb/core/base/blobstorage.h>
#include <contrib/ydb/library/actors/core/actor_bootstrapped.h>
#include <ydb/core/base/blobstorage.h>
#include <library/cpp/actors/core/actor_bootstrapped.h>

#include <utility>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <util/generic/string.h>
#include <util/generic/vector.h>

#include <contrib/ydb/library/actors/core/actor_bootstrapped.h>
#include <library/cpp/actors/core/actor_bootstrapped.h>

namespace NCloud::NFileStore::NStorage {

Expand Down

0 comments on commit d739329

Please sign in to comment.