mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
utils: 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#16833
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <utility>
|
||||
#include "utils/UUID_gen.hh"
|
||||
#include "utils/lexicographical_compare.hh"
|
||||
#include "marshal_exception.hh"
|
||||
|
||||
BOOST_AUTO_TEST_CASE(test_generation_of_name_based_UUID) {
|
||||
auto uuid = utils::UUID_gen::get_name_UUID("systembatchlog");
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "utils/double-decker.hh"
|
||||
#include "utils/logalloc.hh"
|
||||
#include "test/lib/random_utils.hh"
|
||||
|
||||
class compound_key {
|
||||
|
||||
Reference in New Issue
Block a user