Skip to content

Commit d1726db

Browse files
committed
Remove #include "write_data.h"
1 parent aec2735 commit d1726db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
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 {

0 commit comments

Comments
 (0)