diff --git a/ydb/core/wrappers/unavailable_storage.h b/ydb/core/wrappers/unavailable_storage.h index f10ce0f01988..8a825ebc64ba 100644 --- a/ydb/core/wrappers/unavailable_storage.h +++ b/ydb/core/wrappers/unavailable_storage.h @@ -1,7 +1,5 @@ #pragma once -#ifndef KIKIMR_DISABLE_S3_OPS - #include #include @@ -79,5 +77,4 @@ class TUnavailableExternalStorageOperator: public IExternalStorageOperator { } }; -#endif // KIKIMR_DISABLE_S3_OPS -} +} // namespace NKikimr::NWrappers::NExternalStorage