mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Removed ostream include from public API headers.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
#include "exception.hpp"
|
||||
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace wsrep
|
||||
{
|
||||
@ -65,10 +65,7 @@ namespace wsrep
|
||||
long long seqno_;
|
||||
};
|
||||
|
||||
static inline std::ostream& operator<<(std::ostream& os, wsrep::seqno seqno)
|
||||
{
|
||||
return (os << seqno.get());
|
||||
}
|
||||
std::ostream& operator<<(std::ostream& os, wsrep::seqno seqno);
|
||||
}
|
||||
|
||||
#endif // WSREP_SEQNO_HPP
|
||||
|
Reference in New Issue
Block a user