Skip to content

Commit 1a5147c

Browse files
authored
Do not include data_events/events.h in do datashard.h. Ydb import fix. (#552)
1 parent 2280352 commit 1a5147c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ydb/core/tx/datashard/datashard.h

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "datashard_s3_upload.h"
55

66
#include <ydb/core/tx/tx.h>
7-
#include <ydb/core/tx/data_events/events.h>
87
#include <ydb/core/tx/message_seqno.h>
98
#include <ydb/core/base/domain.h>
109
#include <ydb/core/base/row_version.h>

ydb/core/tx/datashard/datashard_pipeline.h

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "execution_unit.h"
99
#include "read_iterator.h"
1010

11+
#include <ydb/core/tx/data_events/events.h>
1112
#include <ydb/core/tablet_flat/flat_cxx_database.h>
1213

1314
namespace NKikimr {

0 commit comments

Comments
 (0)