diff --git a/ydb/core/tx/data_events/events.h b/ydb/core/tx/data_events/events.h index aae1a840cae7..442f9a19f8cb 100644 --- a/ydb/core/tx/data_events/events.h +++ b/ydb/core/tx/data_events/events.h @@ -1,16 +1,14 @@ #pragma once -#include "write_data.h" - #include #include #include +#include #include #include - namespace NKikimr::NEvents { struct TDataEvents { diff --git a/ydb/core/tx/datashard/datashard.h b/ydb/core/tx/datashard/datashard.h index 0f2884dfdff6..dba448cf6b4b 100644 --- a/ydb/core/tx/datashard/datashard.h +++ b/ydb/core/tx/datashard/datashard.h @@ -4,6 +4,7 @@ #include "datashard_s3_upload.h" #include +#include #include #include #include diff --git a/ydb/core/tx/datashard/datashard_pipeline.h b/ydb/core/tx/datashard/datashard_pipeline.h index 9881ff9e0d18..9e63590493c2 100644 --- a/ydb/core/tx/datashard/datashard_pipeline.h +++ b/ydb/core/tx/datashard/datashard_pipeline.h @@ -8,7 +8,6 @@ #include "execution_unit.h" #include "read_iterator.h" -#include #include namespace NKikimr {