Skip to content

Commit

Permalink
Remove unused include (ydb-platform#559)
Browse files Browse the repository at this point in the history
* 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"
  • Loading branch information
azevaykin authored and CyberROFL committed Dec 19, 2023
1 parent becf152 commit 2a41e4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ydb/core/tx/data_events/events.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#pragma once

#include "write_data.h"

#include <library/cpp/lwtrace/shuttle.h>

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

#include <ydb/library/accessor/accessor.h>
#include <ydb/library/actors/core/event_pb.h>
#include <ydb/library/actors/core/log.h>


namespace NKikimr::NEvents {

struct TDataEvents {
Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/datashard/datashard.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#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: 0 additions & 1 deletion ydb/core/tx/datashard/datashard_pipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#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 2a41e4e

Please sign in to comment.