From a1e8ef8d6e8afb7ee82e511161afecd1f12ae423 Mon Sep 17 00:00:00 2001 From: Yaniv Michael Kaul Date: Thu, 16 Apr 2026 18:22:56 +0300 Subject: [PATCH] service: drop unused storage_service.hh from storage_proxy.hh storage_proxy.hh does not use declarations from storage_service.hh, so remove that include. --- service/storage_proxy.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/service/storage_proxy.hh b/service/storage_proxy.hh index f762f5dc0d..26ff4f9625 100644 --- a/service/storage_proxy.hh +++ b/service/storage_proxy.hh @@ -38,7 +38,6 @@ #include "replica/exceptions.hh" #include "locator/host_id.hh" #include "dht/token_range_endpoints.hh" -#include "service/storage_service.hh" #include "service/cas_shard.hh" #include "service/storage_proxy_fwd.hh"