From b5eb474d956fbd84ce1a4e89d0a81697198fdccc Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Thu, 28 Sep 2023 13:19:48 +0300 Subject: [PATCH] api: Remove storage_proxy.hh from storage_service.cc Proxy is not used in storage service handlers Signed-off-by: Pavel Emelyanov --- api/storage_service.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/api/storage_service.cc b/api/storage_service.cc index 0dbdbc4b72..e019257b8b 100644 --- a/api/storage_service.cc +++ b/api/storage_service.cc @@ -42,7 +42,6 @@ #include "thrift/controller.hh" #include "locator/token_metadata.hh" #include "cdc/generation_service.hh" -#include "service/storage_proxy.hh" #include "locator/abstract_replication_strategy.hh" #include "sstables_loader.hh" #include "db/view/view_builder.hh"