* include/std/iterator: Include <iosfwd> instead of <istream> and
<ostream>.
From-SVN: r271169
2019-05-14 Jonathan Wakely <jwakely@redhat.com>
+ * include/std/iterator: Include <iosfwd> instead of <istream> and
+ <ostream>.
+
* include/bits/stl_tree.h (_Rb_tree::erase(const Key*, const Key*)):
Remove unused, non-standard function.
#include <bits/stl_iterator_base_types.h>
#include <bits/stl_iterator_base_funcs.h>
#include <bits/stl_iterator.h>
-#include <ostream>
-#include <istream>
+#include <iosfwd>
#include <bits/stream_iterator.h>
#include <bits/streambuf_iterator.h>
#include <bits/range_access.h>