Kefu Chai
c03141b4b2
api: do not include unused headers
...
these unused includes were identified by clangd. see
https://clangd.llvm.org/guides/include-cleaner#unused-include-warning
for more details on the "Unused include" warning.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
2024-06-13 09:32:51 +08:00
Kefu Chai
ffb5ad494f
api: do not include unused headers
...
these unused includes were identified by clangd. see
https://clangd.llvm.org/guides/include-cleaner#unused-include-warning
for more details on the "Unused include" warning.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
Closes scylladb/scylladb#16973
2024-01-25 11:28:02 +03:00
Pavel Emelyanov
be9ea0c647
api: Pass shared_token_metadata instead of storage_service
...
The token metadata endpoints need token metadata, not storage service
Signed-off-by: Pavel Emelyanov <xemul@scylladb.com >
2023-10-24 17:48:27 +03:00
Pavel Emelyanov
e4c0a4d34d
api: Move storage_service endpoints that use token metadata only
...
There are few of them that don't need the storage service for anything
but get token metadata from. Move them to own .cc/.hh units.
Signed-off-by: Pavel Emelyanov <xemul@scylladb.com >
2023-10-24 17:44:53 +03:00