Skip to content

Commit

Permalink
print: remove unused fmt/ostream.h
Browse files Browse the repository at this point in the history
print.hh is not obliged to export fmt/ostream.h, so stop including
it.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Nov 1, 2024
1 parent 303549b commit a413d03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/seastar/core/print.hh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <seastar/core/sstring.hh>
#include <seastar/util/modules.hh>
#ifndef SEASTAR_MODULE
#include <fmt/ostream.h>
#include <fmt/printf.h>
#include <iostream>
#include <iomanip>
Expand Down
1 change: 1 addition & 0 deletions include/seastar/util/backtrace.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <memory>
#include <variant>
#include <boost/container/static_vector.hpp>
#include <fmt/ostream.h>
#endif

namespace seastar {
Expand Down

0 comments on commit a413d03

Please sign in to comment.