Skip to content

Commit 2a41e4e

Browse files
azevaykinCyberROFL
authored andcommitted
Remove unused include (ydb-platform#559)
* Revert "Do not include data_events/events.h in do datashard.h. Ydb import fix. (ydb-platform#552)" This reverts commit 1a5147c. * Remove #include "write_data.h"
1 parent becf152 commit 2a41e4e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ydb/core/tx/data_events/events.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
#pragma once
22

3-
#include "write_data.h"
4-
53
#include <library/cpp/lwtrace/shuttle.h>
64

75
#include <ydb/core/protos/data_events.pb.h>
86
#include <ydb/core/base/events.h>
97

8+
#include <ydb/library/accessor/accessor.h>
109
#include <ydb/library/actors/core/event_pb.h>
1110
#include <ydb/library/actors/core/log.h>
1211

13-
1412
namespace NKikimr::NEvents {
1513

1614
struct TDataEvents {

ydb/core/tx/datashard/datashard.h

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

66
#include <ydb/core/tx/tx.h>
7+
#include <ydb/core/tx/data_events/events.h>
78
#include <ydb/core/tx/message_seqno.h>
89
#include <ydb/core/base/domain.h>
910
#include <ydb/core/base/row_version.h>

ydb/core/tx/datashard/datashard_pipeline.h

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

11-
#include <ydb/core/tx/data_events/events.h>
1211
#include <ydb/core/tablet_flat/flat_cxx_database.h>
1312

1413
namespace NKikimr {

0 commit comments

Comments
 (0)