mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
sstables: writer.hh: add some forward declarations
This makes the header less dependent on previously-included headers.
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
|
||||
namespace sstables {
|
||||
|
||||
class index_sampling_state;
|
||||
class compression;
|
||||
class metadata_collector;
|
||||
|
||||
class file_writer {
|
||||
output_stream<char> _out;
|
||||
writer_offset_tracker _offset;
|
||||
|
||||
Reference in New Issue
Block a user