Skip to content

Commit

Permalink
sstring: do not include <fmt/ostream.h>
Browse files Browse the repository at this point in the history
<fmt/ostream.h> was include in 2975b61 so we can use ostream_formatter,
but later in bef98ab, we stopped using ostream_formatter. so this
header is not necessary anymore.

in this change, we drop the include.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Apr 3, 2024
1 parent 46fcb6b commit 7b2d48b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/seastar/core/sstring.hh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <functional>
#include <type_traits>
#include <fmt/format.h>
#include <fmt/ostream.h>
#endif
#include <seastar/util/std-compat.hh>
#include <seastar/util/modules.hh>
Expand Down

0 comments on commit 7b2d48b

Please sign in to comment.