Skip to content

Commit

Permalink
Do not include data_events/events.h in do datashard.h. Ydb import fix. (
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherednik authored Dec 18, 2023
1 parent 2280352 commit 1a5147c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ydb/core/tx/datashard/datashard.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "datashard_s3_upload.h"

#include <ydb/core/tx/tx.h>
#include <ydb/core/tx/data_events/events.h>
#include <ydb/core/tx/message_seqno.h>
#include <ydb/core/base/domain.h>
#include <ydb/core/base/row_version.h>
Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/datashard/datashard_pipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "execution_unit.h"
#include "read_iterator.h"

#include <ydb/core/tx/data_events/events.h>
#include <ydb/core/tablet_flat/flat_cxx_database.h>

namespace NKikimr {
Expand Down

0 comments on commit 1a5147c

Please sign in to comment.