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.
This commit is contained in:
Yaniv Michael Kaul
2026-04-16 18:22:56 +03:00
parent ea00cfad3d
commit a1e8ef8d6e

View File

@@ -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"