sstables: writer: do not include unused header

the helpers in bit_cast.hh are not used, so drop this #include.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
This commit is contained in:
Kefu Chai
2023-12-12 18:35:17 +08:00
parent ff2457157d
commit af0ba3d648

View File

@@ -17,7 +17,6 @@
#include <seastar/core/byteorder.hh>
#include "version.hh"
#include "counters.hh"
#include "utils/bit_cast.hh"
#include "dht/i_partitioner_fwd.hh"
namespace db {