mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
restrictions.hh included fmt/ostream.h, which is expensive due to its transitive #includes. Replace it with fmt/core.h, which transitively includes only standard C++ headers. As requested by #5763 feedback: https://github.com/scylladb/scylla/pull/5763#discussion_r443210634 Tests: unit (dev) Signed-off-by: Dejan Mircevski <dejan@scylladb.com>