database: Don't break namespace withexternal alias

The namespace replica is broken in the middle with sstable_list alias,
while the latter can be declared earlier

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>

Closes scylladb/scylladb#18664
This commit is contained in:
Pavel Emelyanov
2024-05-14 11:17:37 +03:00
committed by Botond Dénes
parent 9ab57b12bb
commit 59aec1f300

View File

@@ -139,6 +139,7 @@ class mutation_reordered_with_truncate_exception : public std::exception {};
class column_family_test;
class table_for_tests;
class database_test;
using sstable_list = sstables::sstable_list;
extern logging::logger dblog;
@@ -284,12 +285,6 @@ private:
lw_shared_ptr<memtable> new_memtable();
};
}
using sstable_list = sstables::sstable_list;
namespace replica {
class distributed_loader;
class table_populator;